aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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..919bad0
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+before_script:
+ - "psql -c 'create database inboxes_test;' -U postgres"
+language: ruby
+rvm:
+ - 1.8.7
+ - 1.9.2
+ - 1.9.3
+notifications:
+ email:
+ - shatrov@me.com \ No newline at end of file