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

Loading…
Cancel
Save