Skip to content

Commit b2fa472

Browse files
PGSQL and SQLITE3 no longer allowed to fail
1 parent 8634d3c commit b2fa472

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed

.travis.yml

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
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/

0 commit comments

Comments
 (0)