Skip to content

Commit

Permalink
Fix Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Apr 10, 2020
1 parent 62aa4db commit c3647a5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
os: linux
dist: bionic
sudo: false

Expand All @@ -10,9 +11,6 @@ cache:
jobs:
include:
# Test stage
- php: 7.0
dist: xenial
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
Expand All @@ -23,8 +21,7 @@ jobs:
# Branch deployment stage
- stage: deploy-branch
if: type == "push" && tag IS blank
php: 7.0
dist: xenial
php: 7.2
install:
- '[[ ",$DEPLOY_PHPDOC_BRANCHES," == *,"$TRAVIS_BRANCH",* ]] || travis_terminate 0'
- install.sh --deploy
Expand All @@ -34,8 +31,7 @@ jobs:
# Release deployment stage
- stage: deploy-release
if: tag IS present
php: 7.0
dist: xenial
php: 7.2
install:
- install.sh --deploy
script:
Expand Down

0 comments on commit c3647a5

Please sign in to comment.