Skip to content

Commit

Permalink
Remove coding style from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 30, 2018
1 parent 8a197f1 commit d24462d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
- nightly

matrix:
Expand All @@ -21,7 +22,6 @@ before_script:

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

# Use Travis' new container-based infrastructure.
# See http://docs.travis-ci.com/user/migrating-from-legacy/#How-can-I-use-container-based-infrastructure%3F
Expand Down

0 comments on commit d24462d

Please sign in to comment.