We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ecfa2b + 94d537c commit e415a38Copy full SHA for e415a38
.travis.yml
@@ -1,4 +1,5 @@
1
language: ruby
2
+
3
rvm:
4
- 2.1.2
5
- 2.0.0
@@ -7,15 +8,21 @@ rvm:
7
8
- jruby-19mode
9
- jruby-head
10
- rbx-2
11
12
jdk:
13
- oraclejdk8
14
15
+sudo: false
16
17
branches:
18
only:
19
- master
20
21
matrix:
22
allow_failures:
23
- rvm: rbx-2
24
- rvm: ruby-head
25
- rvm: jruby-head
26
- rvm: 1.9.3
27
28
script: "bundle exec rake compile && bundle exec rspec --color --backtrace --tag ~unfinished --seed 1 --format documentation ./spec"
0 commit comments