Skip to content

Commit

Permalink
Actually allow failures
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Sep 19, 2020
1 parent b1051f2 commit 8a0e884
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -43,4 +43,11 @@ jobs:
env: DEPS="dev"
- php: 7.4
env: DEPS="dev"
- php: 8.0
- php: nightly
env: DEPS="low"
- php: nightly
env: DEPS="high"
- php: nightly
env: DEPS="stable"
- php: nightly
env: DEPS="dev"

0 comments on commit 8a0e884

Please sign in to comment.