Skip to content

Commit

Permalink
Update Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed Dec 12, 2017
1 parent 87932f5 commit d3d22a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
dist: trusty
language: php
matrix:
fast_finish: true
include:
- php: 5.2
dist: precise
- php: 5.3
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
env: TEST_COVERAGE=1
- php: 7.0
- php: 7.1
- php: 7.2
- php: nightly
- php: hhvm

allow_failures:
- php: nightly

# Use new container infrastructure
sudo: false

Expand Down

0 comments on commit d3d22a3

Please sign in to comment.