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 5203a65 + cd07a76 commit dd0fd9bCopy full SHA for dd0fd9b
.travis.yml
@@ -1,9 +1,7 @@
1
---
2
-after_script:
3
-- rake travis:after -t
4
before_script:
5
-- gem install hoe-travis --no-rdoc --no-ri
6
-- rake travis:before -t
+- gem install hoe kpeg racc json --no-rdoc --no-ri
+- gem install minitest -v '~> 4.0'
7
language: ruby
8
notifications:
9
email:
@@ -12,13 +10,17 @@ rvm:
12
10
- 1.8.7
13
11
- 1.9.3
14
- 2.0.0
15
-- 2.1.0
16
-- 2.2.0
+- 2.1.10
+- 2.2.5
+- 2.3.1
17
- ruby-head
+- jruby-1.7.25
18
+- jruby-9.1.0.0
19
- rbx-2
-script: rake travis
20
+- rbx
21
+script: rake test
22
matrix:
23
allow_failures:
- - rvm: 1.8.7
24
+ - rvm: jruby-1.7.25
25
+ - rvm: jruby-9.1.0.0
26
- rvm: rbx-2
- - rvm: ruby-head
0 commit comments