Skip to content

Commit

Permalink
Merge pull request #228 from j0k3r/fix/cleanup-travis
Browse files Browse the repository at this point in the history
Cleanup Travis
  • Loading branch information
j0k3r authored Apr 14, 2020
2 parents 8e8d39d + c4935c9 commit 28447f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
dist: xenial
os: linux
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4
- nightly

# run build against nightly but allow them to fail
matrix:
jobs:
fast_finish: true
allow_failures:
- php: nightly
# only one build will send the coverage, this'll speed up other one
include:
- php: 7.2
- php: 7.3
env: PHPUNIT_FLAGS="--coverage-clover build/logs/clover.xml" CS_FIXER=run
- php: 7.2
env: GUZZLE5=run
Expand Down

0 comments on commit 28447f2

Please sign in to comment.