Skip to content

Commit

Permalink
Updated Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Jan 23, 2016
1 parent e615464 commit 22fc878
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- nightly
- "5.3"
- "5.4"
- "5.5"
- "5.6"
- "7.0"
- hhvm

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

before_script:
- travis_retry composer self-update
Expand Down

0 comments on commit 22fc878

Please sign in to comment.