about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-21 08:41:00 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-21 08:44:30 +0100
commit46cbb9c551b53e0255a382757744b2b1ae815b71 (patch)
tree772df535dde6d12f07e1f1aa40337cd88a2fb683 /.travis.yml
parent253ab265207c4e556470e4aa45fc502a5c9480ad (diff)
Increase note truncation length on account grids, improve FanOutOnWrite a bit,
fix tests (the recorded Salmon fixture expects LOCAL_DOMAIN to be something
specific unfortunately)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 8bb2b9016..bcfecc8f3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,9 @@ cache: bundler
 
 env:
   global:
-    - LOCAL_DOMAIN=example.com
-    - LOCAL_HTTPS=false
+    - LOCAL_DOMAIN=cb6e6126.ngrok.io
+    - LOCAL_HTTPS=true
+    - RAILS_ENV=test
 
 addons:
   postgresql: 9.4