We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8223b97 commit ccbcd55Copy full SHA for ccbcd55
1 file changed
.travis.yml
@@ -9,7 +9,7 @@
9
# @author Georges.L (Geolim4) <contact@geolim4.com>
10
#
11
os: linux
12
-dist: trusty
+dist: bionic
13
language: php
14
services:
15
- memcached
@@ -32,25 +32,16 @@ before_script:
32
- mongo pfc_test --eval 'db.createUser({user:"travis",pwd:"test",roles:["readWrite"]});'
33
34
php:
35
- # - 5.3
36
- # - 5.4
37
- # - 5.5
38
- # - 5.6
39
- #- 7.0
40
- # - 7.1
41
- # - 7.2
42
- 7.3
43
- 7.4
44
- 8.0
45
- # - nightly # crashes on almost every builds, very unstable
46
- hhvm
47
48
jobs:
49
fast_finish: true
50
allow_failures:
51
# - php: nightly
52
- php: hhvm
53
- - php: 8.0
54
55
install:
56
- ./bin/ci/install_dependencies.sh
0 commit comments