summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-04-08 08:25:25 +0200
committerAzul <azul@riseup.net>2016-04-10 12:06:06 +0200
commit6d28ca3687ffbd19169888458f7bafa3f3dfa57c (patch)
treee9110104bca8b67ef414b23737b7da63d59a914e /.travis.yml
parente99a9ec4582357f22fbdbc222edbe92ef6da6e72 (diff)
test: initial travis setup
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 0000000..ffd7c74
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: ruby
+rvm:
+ - 2.1.5
+ - 1.9.3
+cache: bundler
+notifications:
+ email: false
+