Skip to content

Commit

Permalink
Update travis file
Browse files Browse the repository at this point in the history
To temporary ignore 7.2 support
  • Loading branch information
Lee Siong Chan committed Feb 3, 2018
1 parent 3ac8807 commit b1c2cdb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# sudo: required

language: php

# services:
# - docker

php:
- 5.6
- 7.0
- 7.1
- 7.2
# - 7.2

before_script:
- composer install --dev --prefer-source --no-interaction

script: vendor/bin/phpcs --standard=PSR2 -n src && vendor/bin/phpunit --coverage-text
script:
- vendor/bin/phpcs --standard=PSR2 -n src
- vendor/bin/phpunit --coverage-text

0 comments on commit b1c2cdb

Please sign in to comment.