Skip to content

Commit

Permalink
Fix .travis.yml to work with embulk 0.8.x
Browse files Browse the repository at this point in the history
embulk 0.9.x is not done yet
  • Loading branch information
sonots committed Mar 3, 2019
1 parent 5f13271 commit d6bb141
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ vendor/
.ruby-version
.tags
your-project-000.json
embulk.jar
22 changes: 14 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
language: ruby
matrix:
include:
- rvm: jruby-9.0.5.0
jdk: openjdk7 # embulk 8.x uses jdk7. jruby-9.2.x.x does not support jdk7
- rvm: jruby-9.2.6.0
jdk: openjdk8 # embulk 9.x uses jdk8
- rvm: jruby-head
jdk: openjdk8
allow_failures:
- rvm: jruby-head
- env: EMBULK_VERSION=0.8.39
rvm: jruby-9.1.5.0 # bundled jruby version
jdk: openjdk7 # embulk 0.8.x uses jdk7
# - env: EMBULK_VERSION=0.9.15
# rvm: jruby-9.1.5.0 # bundled jruby version
# jdk: openjdk8 # embulk 0.9.x uses jdk8
# - env: EMBULK_VERSION=latest
# rvm: jruby-9.1.5.0 # ?
# jdk: openjdk8 # ?
# allow_failures:
# - env: EMBULK_VERSION=latest
# before_install:
# - curl -o embulk.jar --create-dirs -L "http://dl.embulk.org/embulk-${EMBULK_VERSION}.jar"
# script: bundle exec env RUBYOPT="-r $PWD/embulk.jar -r embulk" rake test

0 comments on commit d6bb141

Please sign in to comment.