Skip to content

Commit

Permalink
Update Travis distro to precise, except for legacy PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Aug 4, 2017
1 parent 324aae0 commit bbbdcd5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
language: php

php:
- 5.3
# - 5.3 # requires old distro, see below
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
- nightly # ignore errors, see below
- hhvm # ignore errors, see below

# lock distro so new future defaults will not break the build
dist: precise
dist: trusty

# also test against HHVM, but require "trusty" and ignore errors
matrix:
include:
- php: hhvm
dist: trusty
- php: 5.3
dist: precise
allow_failures:
- php: nightly
- php: hhvm
Expand Down

0 comments on commit bbbdcd5

Please sign in to comment.