Skip to content

Commit

Permalink
Using hhvm nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 12, 2014
1 parent 1572434 commit acf95d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -14,14 +14,14 @@ services:

matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
fast_finish: true
include:
- php: 5.4
env: PHPCS=1
- php: hhvm
- php: hhvm-nightly
env: HHVM=1 DB=sqlite db_class='Cake\Database\Driver\Sqlite' db_dsn='sqlite::memory:'
- php: hhvm
- php: hhvm-nightly
env: HHVM=1 DB=mysql db_class='Cake\Database\Driver\Mysql' db_dsn='mysql:host=0.0.0.0;dbname=cakephp_test' db_database='cakephp_test' db_login='travis' db_password=''

before_script:
Expand Down

0 comments on commit acf95d2

Please sign in to comment.