Skip to content

Commit

Permalink
Merge 45fe1df into b8d080c
Browse files Browse the repository at this point in the history
  • Loading branch information
chewi committed Dec 6, 2017
2 parents b8d080c + 45fe1df commit 7ac5b41
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Expand Up @@ -12,21 +12,13 @@ matrix:
- rvm: ruby-head
- rvm: jruby-1.7
jdk: openjdk7
- rvm: jruby-1.7
jdk: oraclejdk7
- rvm: jruby-1.7
jdk: oraclejdk8
- rvm: jruby-head
jdk: openjdk7
- rvm: jruby-head
jdk: oraclejdk7
- rvm: jruby-head
jdk: oraclejdk8
- rvm: jruby-9.0.4.0
- rvm: jruby-9.1.13.0
jdk: openjdk7
- rvm: jruby-9.0.4.0
jdk: oraclejdk7
- rvm: jruby-9.0.4.0
- rvm: jruby-9.1.13.0
jdk: oraclejdk8
allow_failures:
- rvm: rbx-2
Expand All @@ -40,7 +32,7 @@ addons:
- libpcre3-dev
before_install:
- gem install bundler
before_script: export JRUBY_OPTS="--server --debug -J-Xss1024k -J-Xmx652m -J-XX:+UseConcMarkSweepGC"
env: JRUBY_OPTS="--server --debug -J-Xss1024k -J-Xmx652m -J-XX:+UseConcMarkSweepGC"

notifications:
irc: "irc.freenode.org#adhearsion"

0 comments on commit 7ac5b41

Please sign in to comment.