diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-28 23:31:05 +0200 | 
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-28 23:31:05 +0200 | 
| commit | 1024f3d44e0b8052ff3f86c47b0c71c2e45cfc40 (patch) | |
| tree | 1a90ca65b40220ef602909f309a6ed2826a984cd | |
| parent | 47b240660b688fab7a3dc57c46392506f1350daa (diff) | |
| parent | 7392c755621234f3794df2df4319166119799896 (diff) | |
| download | forums-1024f3d44e0b8052ff3f86c47b0c71c2e45cfc40.tar forums-1024f3d44e0b8052ff3f86c47b0c71c2e45cfc40.tar.gz forums-1024f3d44e0b8052ff3f86c47b0c71c2e45cfc40.tar.bz2 forums-1024f3d44e0b8052ff3f86c47b0c71c2e45cfc40.tar.xz forums-1024f3d44e0b8052ff3f86c47b0c71c2e45cfc40.zip | |
Merge pull request #2292 from bantu/ticket/12384-ascraeus
[ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL.
* bantu/ticket/12384-ascraeus:
  [ticket/12384] Use mysqli on hhvm in ascraeus. Keep explicit matrix though.
  [ticket/12384] Run Travis CI HHVM tests against MySQLi instead of MySQL.
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index 48baceb21a..fe91fe78c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ matrix:      - php: 5.6        env: DB=mysqli      - php: hhvm -      env: DB=mysql +      env: DB=mysqli    allow_failures:      - php: hhvm    fast_finish: true | 
