Skip to content

Commit

Permalink
fixed travis failure configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed May 16, 2017
1 parent d05aa7e commit 99034fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ php:
- "nightly"
- "hhvm"

allow_failures:
- php: "hhvm"
- php: "nightly"
matrix:
allow_failures:
- php: "hhvm"
- php: "nightly"

before_script:
composer install
Expand Down

0 comments on commit 99034fa

Please sign in to comment.