Skip to content

Commit

Permalink
Merge pull request #1120 from airbnb/lmr--add-karma-allowed-failures-…
Browse files Browse the repository at this point in the history
…temporarily

Add karma tests to allowed failures
  • Loading branch information
lelandrichardson authored Sep 16, 2017
2 parents 10b9234 + e5ace28 commit 6d28a51
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 6d28a51

Please sign in to comment.