Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Allow failure on jruby on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Feb 22, 2014
1 parent d4df0a1 commit 45818b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -5,10 +5,13 @@ rvm:
- rbx-19mode
- 1.9.3
- 2.0.0
- 2.1.0
matrix:
allow_failures:
- rvm: rbx-19mode
- rvm:
- rbx-19mode
- jruby-19mode
env:
- OCTONAUT_TEST_LOGIN="api-padawan" OCTONAUT_TEST_TOKEN="6a21f190e3422bf89afa8b360d923b0c30e8fbfa"
- OCTONAUT_TEST_LOGIN="api-padawan" OCTONAUT_TEST_TOKEN="6a21f190e3422bf89afa8b360d923b0c30e8fbfa"
before_script:
- chmod 600 tmp/fakehome/.netrc

0 comments on commit 45818b2

Please sign in to comment.