Skip to content

Commit

Permalink
Travis is now reporting JDK version 7u7, so let us try enabling indy.
Browse files Browse the repository at this point in the history
  • Loading branch information
BanzaiMan committed Oct 14, 2012
1 parent c2c5217 commit ab783a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,7 @@ before_script:
- unset GEM_PATH GEM_HOME IRBRC
- "export PATH=`pwd`/bin:$PATH"
# disable indy until openjdk7 on travis is upgraded and oraclejdk7 is 7u6 or 7u8
env: JAVA_OPTS="-server -Djruby.cext.enabled=false -Djruby.compile.invokedynamic=false"
env: JAVA_OPTS="-server -Djruby.cext.enabled=false"
jdk:
- oraclejdk7
# - openjdk6
Expand Down

0 comments on commit ab783a1

Please sign in to comment.