Skip to content

Commit

Permalink
Update Travis distro to precise
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Aug 4, 2017
1 parent 72a2435 commit f32f0a1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@ php:
- 5.6
- 7.0
- 7.1
- 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
allow_failures:
- php: hhvm

Expand Down

0 comments on commit f32f0a1

Please sign in to comment.