Skip to content

Commit c83ca08

Browse files
committed
Add travis configuration
1 parent 377917b commit c83ca08

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: ruby
2+
sudo: false
3+
rvm:
4+
- 2.0.0
5+
- 2.1.0
6+
- 2.2.0
7+
- 2.3.0
8+
- jruby-head
9+
- rbx-2
10+
11+
install: gem install net-ssh test-unit mocha
12+
13+
script: rake test
14+
15+
matrix:
16+
allow_failures:
17+
- rvm: jruby-head
18+
- rvm: rbx-2

0 commit comments

Comments
 (0)