Skip to content

Commit

Permalink
Comment out OpenJDK7 due to error with node/cljs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryugi committed Jun 5, 2017
1 parent b98c8bc commit d65d20b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ script:
- lein timi-build
jdk:
- oraclejdk8
- openjdk7
# XXX The following is commented out because we're building the node.js
# ClojureScript CLI and we're getting an error with OpenJDK7:
# java.lang.IllegalArgumentException:
# No matching field found: isAlive for class java.lang.UNIXProcess
#- openjdk7

0 comments on commit d65d20b

Please sign in to comment.