Skip to content

Commit bdafcb5

Browse files
committed
Fix Travis CI
1 parent 62aa4db commit bdafcb5

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
os: linux
12
dist: bionic
23
sudo: false
34

@@ -10,21 +11,15 @@ cache:
1011
jobs:
1112
include:
1213
# Test stage
13-
- php: 7.0
14-
dist: xenial
15-
- php: 7.1
1614
- php: 7.2
1715
- php: 7.3
1816
- php: 7.4
1917
- php: nightly
20-
- php: hhvm-3.27 # until Sep 2019
21-
- php: hhvm-3.30 # until Nov 2019
2218

2319
# Branch deployment stage
2420
- stage: deploy-branch
2521
if: type == "push" && tag IS blank
26-
php: 7.0
27-
dist: xenial
22+
php: 7.2
2823
install:
2924
- '[[ ",$DEPLOY_PHPDOC_BRANCHES," == *,"$TRAVIS_BRANCH",* ]] || travis_terminate 0'
3025
- install.sh --deploy
@@ -34,8 +29,7 @@ jobs:
3429
# Release deployment stage
3530
- stage: deploy-release
3631
if: tag IS present
37-
php: 7.0
38-
dist: xenial
32+
php: 7.2
3933
install:
4034
- install.sh --deploy
4135
script:

0 commit comments

Comments
 (0)