Skip to content

Commit

Permalink
Various travis config optimisations
Browse files Browse the repository at this point in the history
  • Loading branch information
djmattyg007 committed Feb 24, 2017
1 parent 82d59de commit d454e74
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
sudo: false
language: "php"
language: php
php:
- "5.6"
- "7.0"
- "7.1"

before_script:
- composer install
install: composer install
script: vendor/bin/phpunit

cache:
directories:
- $HOME/.composer/cache

0 comments on commit d454e74

Please sign in to comment.