Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 6ebb7aa

Browse files
kokspflanzeweierophinney
authored andcommitted
renamed cs_check, remove nightly
1 parent d47fb97 commit 6ebb7aa

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix:
3131
- php: 7
3232
env:
3333
- DEPS=locked
34-
- CHECK_CS=true
34+
- CS_CHECK=true
3535
- TEST_COVERAGE=true
3636
- php: 7
3737
env:
@@ -54,18 +54,8 @@ matrix:
5454
- php: 7.2
5555
env:
5656
- DEPS=latest
57-
- php: nightly
58-
env:
59-
- DEPS=lowest
60-
- php: nightly
61-
env:
62-
- DEPS=locked
63-
- php: nightly
64-
env:
65-
- DEPS=latest
6657
allow_failures:
6758
- php: 7.2
68-
- php: nightly
6959

7060
before_install:
7161
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi

0 commit comments

Comments
 (0)