File tree Expand file tree Collapse file tree 1 file changed +16
-21
lines changed Expand file tree Collapse file tree 1 file changed +16
-21
lines changed Original file line number Diff line number Diff line change 1- language : php
2- php :
3- - 5.3
4-
5- env :
6- - DB=MYSQL CORE_RELEASE=3.1
7- - DB=PGSQL CORE_RELEASE=3.1
8- - DB=SQLITE3 CORE_RELEASE=3.1
9-
10- matrix :
11- allow_failures :
12- - env : DB=PGSQL CORE_RELEASE=3.1
13- - env : DB=SQLITE3 CORE_RELEASE=3.1
14-
15- before_script :
16- - phpenv rehash
17- - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
18- - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
19- - cd ~/builds/ss
20-
21- script :
1+ language : php
2+ php :
3+ - 5.3
4+
5+ env :
6+ - DB=MYSQL CORE_RELEASE=3.1
7+ - DB=PGSQL CORE_RELEASE=3.1
8+ - DB=SQLITE3 CORE_RELEASE=3.1
9+
10+ before_script :
11+ - phpenv rehash
12+ - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support
13+ - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
14+ - cd ~/builds/ss
15+
16+ script :
2217 - phpunit CodeBank/tests/
You can’t perform that action at this time.
0 commit comments