Skip to content

Commit

Permalink
trusty
Browse files Browse the repository at this point in the history
  • Loading branch information
b23prodtm committed Aug 16, 2018
1 parent 47a7223 commit d901183
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: php

# We require precise here, as 5.3 doesn't exist on trusty.
dist: precise
dist: trusty

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -24,9 +23,6 @@ services:
matrix:
fast_finish: true
include:
- php: 5.3
env: DB=mysql PHPUNIT=3 VCS=1

- php: 5.4
env: DB=pgsql PHPUNIT=3 VCS=1

Expand Down

0 comments on commit d901183

Please sign in to comment.