summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2016-03-01 22:15:37 -0800
committerTim Smith <tsmith84@gmail.com>2016-03-01 22:15:37 -0800
commitbcc038a7a2fc83795877837383b927a4591f58bb (patch)
tree5a6c3f5c7f620cac665cd6c0167ccb03be2b9b22
parentbb4161742ce4efa32760ac4960f82a474db1c79d (diff)
downloadmixlib-log-bcc038a7a2fc83795877837383b927a4591f58bb.tar.gz
Add travis config
-rw-r--r--.travis.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..4d116b7
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,19 @@
+language: ruby
+cache: bundler
+
+sudo: false
+
+branches:
+ only:
+ - master
+
+before_install:
+ - bundle --version
+ - gem --version
+rvm:
+ - 2.1
+ - 2.2
+
+script:
+ - bundle exec chefstyle
+ - bundle exec rake spec