Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Add more Travis combinations
Browse files Browse the repository at this point in the history
Don't test JDK8 and Hadoop before 2.4.0, if you run JDK8 you probably run a newer Hadoop.
  • Loading branch information
iconara committed Oct 11, 2015
1 parent 55aa17c commit c41748e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .travis.yml
@@ -1,10 +1,23 @@
language: ruby
rvm:
- jruby-19mode
- jruby
jdk:
- openjdk7
env:
- HADOOP_RELEASE=hadoop-1.0.3/hadoop-1.0.3-bin
- HADOOP_RELEASE=hadoop-1.2.1/hadoop-1.2.1-bin
- HADOOP_RELEASE=hadoop-2.2.0/hadoop-2.2.0
- HADOOP_RELEASE=hadoop-2.4.0/hadoop-2.4.0
- HADOOP_RELEASE=hadoop-2.6.0/hadoop-2.6.0
matrix:
include:
- rvm: jruby
jdk: oraclejdk8
env: HADOOP_RELEASE=hadoop-2.4.0/hadoop-2.4.0
- rvm: jruby-head
jdk: oraclejdk8
env: HADOOP_RELEASE=hadoop-2.4.0/hadoop-2.4.0
allow_failures:
- rvm: jruby-head
fast_finish: true
script: bundle exec rake setup spec

0 comments on commit c41748e

Please sign in to comment.