Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Commit

Permalink
Update Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBaker committed Dec 30, 2015
1 parent 2743dc4 commit e11a767
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,12 +1,10 @@
language: php

php:
- 5.2
- 5.3
- 5.3.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
Expand All @@ -17,8 +15,6 @@ before_script:
## Packages
- sudo apt-get -qq update > /dev/null
## Composer
##@todo Remove when support of 5.2 will be dropped
- phpenv global 5.3
- composer self-update
- composer install --prefer-source --dev
- phpenv global "$TRAVIS_PHP_VERSION"
Expand Down

0 comments on commit e11a767

Please sign in to comment.