Skip to content

Commit e415a38

Browse files
committed
Merge pull request #200 from joshk/patch-1
Use the new build env on Travis
2 parents 8ecfa2b + 94d537c commit e415a38

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: ruby
2+
23
rvm:
34
- 2.1.2
45
- 2.0.0
@@ -7,15 +8,21 @@ rvm:
78
- jruby-19mode
89
- jruby-head
910
- rbx-2
11+
1012
jdk:
1113
- oraclejdk8
14+
15+
sudo: false
16+
1217
branches:
1318
only:
1419
- master
20+
1521
matrix:
1622
allow_failures:
1723
- rvm: rbx-2
1824
- rvm: ruby-head
1925
- rvm: jruby-head
2026
- rvm: 1.9.3
27+
2128
script: "bundle exec rake compile && bundle exec rspec --color --backtrace --tag ~unfinished --seed 1 --format documentation ./spec"

0 commit comments

Comments
 (0)