Skip to content

Commit 433100a

Browse files
Allow nightly builds to fail
1 parent a532565 commit 433100a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
matrix:
2020
allow_failures:
21-
- php: nightly
21+
- php: 7.4snapshot
2222
- env: LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-lowest" MINIMUM_STABILITY="dev"
2323
- env: LARAVEL_VERSION="dev-master" ORCHESTRA_VERSION="dev-master" COMPOSER_FLAGS="--prefer-stable" MINIMUM_STABILITY="dev"
2424
fast_finish: true

0 commit comments

Comments
 (0)