summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-12-12 14:30:28 -0800
committerdanielsdeleo <dan@opscode.com>2013-12-12 14:30:28 -0800
commitfa0a9c82b50bf941f34b2480f80fb5c88fd241db (patch)
treeac2a2d5980427831ca27cdb00d9ddde802f9d2da
parentbf00ab2b68f61440766c3223efa184c7f5e1a074 (diff)
parent84409c7a7e518b51426505e954e309e067b8d612 (diff)
downloadmixlib-shellout-fa0a9c82b50bf941f34b2480f80fb5c88fd241db.tar.gz
Merge branch 'travis-it-up'
Add the travis.
-rw-r--r--.travis.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..4cc49e0
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+rvm:
+ - 1.8.7
+ - 1.9.3
+ - 2.0.0
+
+branches:
+ only:
+ - master
+
+script: bundle exec rspec --color --format progress