Skip to content

Commit

Permalink
Add karma tests to allowed failures
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandrichardson committed Sep 16, 2017
1 parent 10b9234 commit e5ace28
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,16 @@ matrix:
- node_js: "6"
env: KARMA=true REACT=16
allow_failures:
- node_js: "6"
env: KARMA=true REACT=16
- node_js: "6"
env: KARMA=true REACT=0.13
- node_js: "6"
env: KARMA=true REACT=0.14
- node_js: "6"
env: KARMA=true REACT=15.4
- node_js: "6"
env: KARMA=true REACT=15
- node_js: "6"
env: KARMA=true REACT=16
env:
- REACT=0.13
- REACT=0.14
Expand Down

0 comments on commit e5ace28

Please sign in to comment.