Skip to content

Commit

Permalink
travis script update for alloq failures
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaHerrmann committed Sep 28, 2016
1 parent e79cad2 commit fad041d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ php:
- 5.6
- 7.0

matrix:
allow_failures:
- env: DB=pgsql MOODLE_BRANCH=master
- env: DB=mysqli MOODLE_BRANCH=master
- php: 5.6

env:
global:
- IGNORE_PATHS=amd/build
Expand All @@ -21,11 +27,6 @@ env:
- DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE
- DB=mysqli MOODLE_BRANCH=master

allow_failures:
- env: DB=pgsql MOODLE_BRANCH=master
- env: DB=mysqli MOODLE_BRANCH=master
- php: 5.6

before_install:
- phpenv config-rm xdebug.ini
- cd ../..
Expand Down

0 comments on commit fad041d

Please sign in to comment.