Skip to content

Commit 9d4e24a

Browse files
committed
Merge pull request #49 from yujideveloper/feature/add-travis-config
Add travis configuration
2 parents 377917b + c83ca08 commit 9d4e24a

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)