Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-toppy authored Sep 20, 2018
1 parent 1a4e18d commit 5c3548a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

sudo: false

Expand All @@ -13,4 +14,4 @@ cache:

script:
- composer validate
- find . -name '*.php' | xargs -n 1 -P4 php -l
- find . -name '*.php' | xargs -n 1 -P4 php -l

0 comments on commit 5c3548a

Please sign in to comment.