summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoseph Smith <joseph@opscode.com>2013-06-12 12:33:10 -0700
committerJoseph Smith <joseph@opscode.com>2013-06-13 14:56:25 -0700
commit9a95a632921001d971365382414ca0c44aca27e4 (patch)
tree340cbfd3e1c050dbcf350b8433735115b680d3d5 /.travis.yml
parent98c245244836f65839b795cb992b371c575d777e (diff)
downloadchef-9a95a632921001d971365382414ca0c44aca27e4.tar.gz
start testing with travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..bda8c79211
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+rvm:
+ - 1.8.7
+# - 1.9.2
+ - 1.9.3
+ - 2.0.0
+
+script: bundle exec rake spec
+