Merge pull request #205 from hainesr/new-travis

Updated Travis configuration
This commit is contained in:
Alexander Simonov 2015-01-16 20:42:41 +02:00
commit 3e996bdb0b
1 changed files with 6 additions and 5 deletions

View File

@ -1,15 +1,18 @@
language: ruby
sudo: false
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.1.5
- 2.2.0
- ruby-head
- rbx-2
matrix:
include:
- rvm: jruby-19mode
- rvm: jruby-1.7.17-19mode
jdk: oraclejdk7
- rvm: jruby-19mode
- rvm: jruby-1.7.17-19mode
jdk: openjdk7
allow_failures:
- rvm: ruby-head
@ -18,7 +21,5 @@ before_install:
- gem update --system
- gem --version
before_script:
- sudo apt-get update -qq
- sudo apt-get install -qq zip unzip
- echo `whereis zip`
- echo `whereis unzip`