Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 27, 2019
1 parent c1faf65 commit 40467e7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ php:
- 7.2

env:
- PHPCS_VERSION="dev-master" LINT=1
- PHPCS_VERSION="3.1.0"
- PHPCS_VERSION="2.9.2"
- PHPCS_VERSION="2.6.0"
global:
- COVERALLS_PARALLEL=true
jobs:
- PHPCS_VERSION="dev-master" LINT=1
- PHPCS_VERSION="3.1.0"
- PHPCS_VERSION="2.9.2"
- PHPCS_VERSION="2.6.0"

# Define the stages used.
# For non-PRs, only the sniff and quicktest stages are run.
Expand Down Expand Up @@ -149,7 +152,6 @@ before_install:
fi
- export XMLLINT_INDENT=" "
- export COVERALLS_PARALLEL=true


install:
Expand Down

0 comments on commit 40467e7

Please sign in to comment.