Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
Removed hhvm-nightly and added PHP 7.0 test env for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Jun 16, 2015
1 parent 161a3f2 commit 1b693fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- hhvm-nightly

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

before_script:
- composer self-update
Expand Down

0 comments on commit 1b693fb

Please sign in to comment.