Skip to content

Commit

Permalink
[jvm] Update requirement for jdk 1.8
Browse files Browse the repository at this point in the history
See: 17aead2
  • Loading branch information
ugexe committed Sep 22, 2017
1 parent 17aead2 commit ffd1799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ addons:
packages:
# install toolchains
- gcc-6
- openjdk-7-jdk
- openjdk-8-jdk

script:
- perl Configure.pl $RAKUDO_OPTIONS --moar-option=--cc=$(command -v gcc-6 >/dev/null 2>&1; if [ $? -eq 1 ]; then printf "gcc"; else printf "gcc-6"; fi)
Expand Down

0 comments on commit ffd1799

Please sign in to comment.