Skip to content

Commit

Permalink
Merge branch 'release/0.9.1' into develop
Browse files Browse the repository at this point in the history
* release/0.9.1:
  Updated Travis CI configuration
  • Loading branch information
hassankhan committed Jan 23, 2016
2 parents e615464 + 22fc878 commit fb7ee70
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 fb7ee70

Please sign in to comment.