Skip to content

Commit

Permalink
travils.yml style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Linares committed Sep 4, 2017
1 parent fdea5fb commit 12f1827
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: php

php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'

before_script:
- if [[ $TRAVIS_PHP_VERSION = '5.4' ]]; then PHPUNIT_FLAGS="--coverage-clover ./clover.xml"; else PHPUNIT_FLAGS=""; fi
Expand Down

0 comments on commit 12f1827

Please sign in to comment.