Skip to content

Commit

Permalink
Simpler travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Feb 12, 2015
1 parent a9be919 commit 8751854
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,11 @@ php:
- 5.6
- hhvm

matrix:
include:
- php: 5.5
env: dependencies=lowest

sudo: false

before_script:
- composer self-update
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then composer require satooshi/php-coveralls:dev-master -n ; fi
- if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then composer install -n ; fi
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-stable -n; fi;

script:
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then phpunit --coverage-clover clover.xml ; fi
Expand Down

0 comments on commit 8751854

Please sign in to comment.