-
-
Notifications
You must be signed in to change notification settings - Fork 268
/
.sync.yml
27 lines (27 loc) · 991 Bytes
/
.sync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
.travis.yml:
docker_sets:
- set: ubuntu1604-64
options:
script: 'bundle exec rspec spec/acceptance/php56_spec.rb'
- set: centos7-64
options:
script: 'bundle exec rspec spec/acceptance/php56_spec.rb'
- set: ubuntu2004-64
options:
script: 'bundle exec rspec spec/acceptance/php_spec.rb'
- set: ubuntu1804-64
options:
script: 'bundle exec rspec spec/acceptance/php_spec.rb'
- set: ubuntu1604-64
options:
script: 'bundle exec rspec spec/acceptance/php_spec.rb'
- set: centos7-64
options:
script: 'bundle exec rspec spec/acceptance/php_spec.rb'
- set: debian9-64
options:
script: 'bundle exec rspec spec/acceptance/php_spec.rb'
secure: "GOhttACuJt+3s38m4WnW5RuTgwqaAoeEQnNT+X1Ukn7KdcIk4KV8NzYU/CC0VIm8lUOnBWYJKEC4ixX/J/4Wbxox2RAoKMQrO++L0DB1zTCJnq9SfoUBMaQhXvLu+PbxAR0p3P47ozra0C+pOWDpOaxT9ecufrPQt9W9Z4aY/bs="
spec/spec_helper_acceptance.rb:
unmanaged: false