We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c9d6f commit e186a3eCopy full SHA for e186a3e
1 file changed
.travis.yml
@@ -1,23 +1,14 @@
1
-sudo: false
2
-
3
language: ruby
4
5
-bundler_args: --without production
6
+sudo: false
7
addons:
8
apt:
9
packages:
10
- - oracle-java8-installer
+ -oracle-java8-installer
11
12
rvm:
13
- - jruby-head
14
+ - jruby-9.0.5.0
15
jdk:
16
- oraclejdk8
17
18
-env:
19
- - JRUBY_OPTS="$JRUBY_OPTS" JAVA_OPTS="-Djruby.version=$JRUBY_VERSION"
20
21
-before_script:
22
- - export JRUBY_OPTS="-Xcext.enabled=false -Xcompile.invokedynamic=false"
+os:
+ - linux
23
0 commit comments