Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Feb 26, 2015
1 parent a3277a8 commit 71bc26c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,11 @@ php:
- 5.6
- 5.5
- 5.4
- hhvm-nightly
- nightly

matrix:
allow_failures:
- php: nightly

before_script:
- alias composer="php -d zend.enable_gc=0 /usr/bin/composer"
Expand Down

0 comments on commit 71bc26c

Please sign in to comment.