summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2018-12-30 15:53:31 -0800
committerJared Norman <jared@super.gd>2018-12-30 16:11:29 -0800
commitbe044a6bbc2bca4f36d6f94968602cb148659e6c (patch)
tree456c8582debebcfbe87442e61c63b38ede7117d0 /.travis.yml
Initial commit
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..af76b67
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+---
+sudo: false
+language: ruby
+cache: bundler
+rvm:
+ - 2.5.3
+before_install: gem install bundler -v 1.17.1