Skip to content

Commit

Permalink
Using stable hhvm since nightly is not offered anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 5, 2015
1 parent 2d8319c commit c3c7a7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ matrix:
- php: 5.4
env: PHPCS=1 DEFAULT=0

- php: hhvm-nightly
- php: hhvm
env: HHVM=1 DB=sqlite db_dsn='sqlite:///:memory:'

- php: hhvm-nightly
- php: hhvm
env: HHVM=1 DB=mysql db_dsn='mysql://travis@0.0.0.0/cakephp_test'

allow_failures:
- php: 7.0

- php: hhvm-nightly
- php: hhvm

before_script:
- composer self-update
Expand Down

0 comments on commit c3c7a7b

Please sign in to comment.