Skip to content

Commit

Permalink
travis config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Niec committed Jan 4, 2017
1 parent 5dde431 commit b38c563
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -28,9 +28,6 @@ install:
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update --no-interaction --prefer-source ; fi
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --no-interaction --prefer-source --prefer-lowest ; fi

before_script:
- travis_retry composer install --no-interaction

script:
- vendor/bin/phpunit
- vendor/bin/phpcs --standard=PSR2 src tests
- ./vendor/bin/phpunit
- ./vendor/bin/phpcs --standard=PSR2 src tests

0 comments on commit b38c563

Please sign in to comment.