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 7c629e8 commit 9140b2cCopy full SHA for 9140b2c
.travis.yml
@@ -0,0 +1,8 @@
1
+language: ruby
2
+script : script/cibuild
3
+rvm:
4
+- 2.1
5
+- 2.0
6
+- 1.9.3
7
+notifications:
8
+ email: false
script/bootstrap
@@ -0,0 +1,3 @@
+#! /usr/bin/env bash
+
+bundle install
script/cibuild
+bundle exec rspec
0 commit comments