File tree Expand file tree Collapse file tree 1 file changed +27
-14
lines changed Expand file tree Collapse file tree 1 file changed +27
-14
lines changed Original file line number Diff line number Diff line change 1
1
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details
2
2
3
- language : php
4
- php :
5
- - 5.3
3
+ sudo : false
4
+
5
+ language : php
6
+
7
+ php :
8
+ - 5.3
9
+ - 5.4
10
+ - 5.5
11
+ - 5.6
12
+ - 7.0
6
13
7
14
env :
8
- - DB=MYSQL CORE_RELEASE=3
15
+ - DB=MYSQL CORE_RELEASE=3.2
9
16
10
17
matrix :
11
18
include :
12
- - php : 5.4
13
- env : DB=PGSQL CORE_RELEASE=3
14
- - php : 5.5
15
- env : DB=MYSQL CORE_RELEASE=3.2
16
19
- php : 5.6
17
- env : DB=MYSQL CORE_RELEASE=3.2
20
+ env : DB=MYSQL CORE_RELEASE=3
21
+ - php : 5.6
22
+ env : DB=MYSQL CORE_RELEASE=3.1
23
+ - php : 5.6
24
+ env : DB=PGSQL CORE_RELEASE=3.2
18
25
19
26
before_script :
20
- - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
21
- - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
22
- - cd ~/builds/ss
27
+ - composer self-update || true
28
+ - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
29
+ - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
30
+ - cd ~/builds/ss
31
+ - composer install
32
+
33
+ script :
34
+ - vendor/bin/phpunit widgets/tests
23
35
24
- script :
25
- - vendor/bin/phpunit widgets/tests/
36
+ matrix :
37
+ allow_failures :
38
+ - php : 7.0
You can’t perform that action at this time.
0 commit comments