Browse Source

Merge pull request #9602 from Big-Shark/patch-1

HHVM nightly is no longer supported  on Travis
9899-cache-bug
Alexander Makarov 9 years ago
parent
commit
86b4ebe6eb
  1. 2
      .travis.yml

2
.travis.yml

@ -6,7 +6,6 @@ php:
- 5.6
- 7.0
- hhvm
- hhvm-nightly
env:
- CUBRID_VERSION=9.3.0/CUBRID-9.3.0.0206 CUBRID_PDO_VERSION=9.3.0.0001
@ -16,7 +15,6 @@ env:
matrix:
fast_finish: true
allow_failures:
- php: hhvm-nightly
- php: 7.0
services:

Loading…
Cancel
Save