Skip to content

Commit 3cb0b53

Browse files
committed
add travis config
1 parent bf71bce commit 3cb0b53

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
script: bundle exec rspec spec
2+
rvm:
3+
- 2.1.5
4+
- 2.2.0
5+
- 2.3.0
6+
before_install:
7+
- gem install bundler -v '= 1.9.3'
8+
- gem update --system
9+
- gem --version

0 commit comments

Comments
 (0)