Yeah. I'm an idiot
This commit is contained in:
parent
867fd37805
commit
f04e00019b
|
@ -1,13 +1,14 @@
|
|||
sudo: required
|
||||
dist: trusty
|
||||
language: ruby
|
||||
cache: bundler
|
||||
rvm:
|
||||
- jruby-1.7.25
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
before_script:
|
||||
before_install:
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
before_script:
|
||||
- bundle exec rake vendor
|
||||
- bundle exec rake install_jars
|
||||
- ./scripts/travis-before_script.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user