Skip to content

Commit

Permalink
Update travis.yml. Remove 5.3 as it's no longer supported in trusty a…
Browse files Browse the repository at this point in the history
…nd trial 7.0 instead
  • Loading branch information
BenjaminHarding committed Jan 8, 2018
1 parent 7dd5988 commit 16e36a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php: [5.3, 5.4, 5.5]
php: [5.4, 5.5, 7.0]

before_script:
- composer self-update
- composer install --dev --prefer-source --no-interaction --no-progress

script: 'vendor/bin/phpunit tests'
script: 'vendor/bin/phpunit tests'

0 comments on commit 16e36a5

Please sign in to comment.