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

Commit 905c2d0

Browse files
authored
renamed cs_check, removed nightly test
1 parent c02d02d commit 905c2d0

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
@@ -29,7 +29,7 @@ matrix:
2929
- php: 7
3030
env:
3131
- DEPS=locked
32-
- CHECK_CS=true
32+
- CS_CHECK=true
3333
- TEST_COVERAGE=true
3434
- php: 7
3535
env:
@@ -52,18 +52,8 @@ matrix:
5252
- php: 7.2
5353
env:
5454
- DEPS=latest
55-
- php: nightly
56-
env:
57-
- DEPS=lowest
58-
- php: nightly
59-
env:
60-
- DEPS=locked
61-
- php: nightly
62-
env:
63-
- DEPS=latest
6455
allow_failures:
6556
- php: 7.2
66-
- php: nightly
6757

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

0 commit comments

Comments
 (0)