Skip to content

Commit

Permalink
fix travis allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschilling committed Dec 25, 2014
1 parent e83afaa commit 34cb45e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ rvm:
- 2.1.4
env:
matrix:
- RAILS=3.2.21
- RAILS=4.1.8
- "RAILS=3.2.21"
- "RAILS=4.1.8"
- "RAILS=4.2.0"
global:
secure: lRYUGVUV94eqrR7C0b0hhvp+W76NkLRAn6jkJGCbRCEojbeb3HlgK1P+nTDeIuiDmXksJOG6VD3ZiZAn9Plznj7I/MFh+ijgvk8eWj9QNxA8riaSEPAu5VYtPA+uaw1olUt196U3qXH+SaXB4sx5wdIUXpd9qxWWWsW11ia0Jzs=
matrix:
allow_failures:
- env: RAILS=4.2.0
- env: "RAILS=4.2.0"
notifications:
irc:
channels:
Expand Down

0 comments on commit 34cb45e

Please sign in to comment.