Skip to content

Commit

Permalink
Use trusty distro in Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Aug 15, 2019
1 parent 06c20aa commit 08aeba9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: php

dist: trusty

env:
global:
- COMPOSER_ROOT_VERSION=1.x-dev
Expand All @@ -14,6 +16,8 @@ matrix:
env: DB=MYSQL
- php: 7.2
env: DB=MYSQL
- php: 7.3
env: DB=MYSQL

before_script:
- phpenv rehash
Expand Down

0 comments on commit 08aeba9

Please sign in to comment.