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.
1 parent 05ef178 commit 0aa86a6Copy full SHA for 0aa86a6
.travis.yml
@@ -1,12 +1,10 @@
1
---
2
-script: "bundle exec rubytest -Ilib test/test_*.rb"
3
language: ruby
+script: "bundle exec rubytest -Ilib test/test_*.rb"
4
rvm:
5
- - 1.8.7
6
- - 1.9.2
7
- 1.9.3
+ - 2.0.0
+ - 2.1.0
8
- rbx
9
- - rbx-19mode
10
- - jruby
11
- jruby-19mode
12
- - ree
+
Gemfile
@@ -1,3 +1,9 @@
source "https://rubygems.org"
gemspec :path => 'pkg'
+platforms :rbx do
+ #gem 'racc'
+ gem 'rubysl', '~> 2.0'
+ gem 'psych'
+end
0 commit comments