Skip to content

Commit

Permalink
[Travis] Switch to trusty enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Aug 15, 2016
1 parent 9e9882a commit 1a42f3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: false
sudo: required
dist: trusty
language: php

# run tests on php misc php versions
Expand All @@ -15,8 +16,6 @@ branches:

# setup requirements for running unit tests
before_script:
# Get latests version of composer which is faster (and to attempt to avoid memory issues with legacy package)
- travis_retry composer self-update
# Disable xdebug to speed things up as we don't currently generate coverge on travis
- if [ $TRAVIS_PHP_VERSION != "hhvm" ]; then phpenv config-rm xdebug.ini ; fi
# Avoid issues on composer install since we pull in both legacy and platform stack
Expand Down

0 comments on commit 1a42f3f

Please sign in to comment.