Skip to content

Commit

Permalink
Merge pull request #174 from PHPCSStandards/feature/travis-limit-nightly
Browse files Browse the repository at this point in the history
Travis: run "nightly" only against PHPCS dev-master
  • Loading branch information
jrfnl committed Jul 21, 2020
2 parents f8740f4 + 5cac6ee commit 8a62a0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ php:
- 7.0
- 7.1
- 7.2
- "nightly"

env:
- PHPCS_VERSION="dev-master" LINT=1
Expand Down Expand Up @@ -146,6 +145,10 @@ jobs:
- php: 7.2
env: PHPCS_VERSION="3.2.0"

# Current lowest PHPCS version which _may_ run on PHP 8 is 3.5.0, so don't even try to test against older versions.
- php: "nightly"
env: PHPCS_VERSION="dev-master" LINT=1

- php: 7.4
env: PHPCS_VERSION="4.0.x-dev@dev"

Expand Down

0 comments on commit 8a62a0e

Please sign in to comment.