Skip to content

Commit

Permalink
Remove PHP5.6 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Moln committed Nov 14, 2017
1 parent 01d8353 commit 2355a39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,7 +3,6 @@ language: php
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7
env:
- EXECUTE_TEST_COVERALLS=true
Expand All @@ -23,7 +22,7 @@ install:

script:
- if [[ $EXECUTE_TEST_COVERALLS == 'true' ]]; then ./vendor/bin/phpunit --coverage-clover clover.xml ; fi
- if [[ $EXECUTE_TEST_COVERALLS != 'true' ]]; then ./vendor/bin/phpunit ; fi
#- if [[ $EXECUTE_TEST_COVERALLS != 'true' ]]; then ./vendor/bin/phpunit ; fi
- if [[ $CS_CHECK == 'true' ]]; then ./vendor/bin/phpcs ; fi

after_script:
Expand Down

0 comments on commit 2355a39

Please sign in to comment.