From 94d537cb270f198e97bcf9c307ebd2ca6b6da8ac Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sun, 7 Dec 2014 22:35:29 +0100 Subject: [PATCH] Use the new build env on Travis faster better stronger --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 157d8a95a..d486a97d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: ruby + rvm: - 2.1.2 - 2.0.0 @@ -7,15 +8,21 @@ rvm: - jruby-19mode - jruby-head - rbx-2 + jdk: - oraclejdk8 + +sudo: false + branches: only: - master + matrix: allow_failures: - rvm: rbx-2 - rvm: ruby-head - rvm: jruby-head - rvm: 1.9.3 + script: "bundle exec rake compile && bundle exec rspec --color --backtrace --tag ~unfinished --seed 1 --format documentation ./spec"