Skip to content

Commit

Permalink
Merge pull request #133 from hannesvdvreken/patch-1
Browse files Browse the repository at this point in the history
Bring travis configuration up to date
  • Loading branch information
Kevinrob committed Jul 29, 2020
2 parents 810adad + cccca8a commit c49a693
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
dist: trusty
sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly
os: linux
dist: xenial

matrix:
jobs:
include:
- php: 5.5
dist: trusty
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
- php: nightly
allow_failures:
- php: nightly
fast_finish: true

before_script:
- composer install -n
install:
- travis_retry composer install -n

script:
- vendor/bin/phpunit
Expand Down

0 comments on commit c49a693

Please sign in to comment.