Skip to content

Commit

Permalink
Add Java8 to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudhanafy committed May 19, 2016
1 parent 050bdba commit 906524b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ cache:
- $HOME/.sbt/launchers
scala:
- 2.11.6
jdk:
- oraclejdk8
apt:
sources:
- ubuntu-toolchain-r-test
Expand All @@ -25,6 +27,7 @@ before_install:
- pip install --user codecov unittest2 nose pep8 pylint --download-cache $HOME/.pip-cache
script:
- "export SPARK_CONF_DIR=./log4j/"
- sbt sbtVersion
- sbt compile test
- "[ -f spark] || mkdir spark && cd spark && wget http://d3kbcqa49mib13.cloudfront.net/spark-1.6.1-bin-hadoop2.6.tgz && cd .."
- "tar -xf ./spark/spark-1.6.1-bin-hadoop2.6.tgz"
Expand Down

0 comments on commit 906524b

Please sign in to comment.