about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-15 13:48:38 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-15 13:48:38 +0200
commit67b35a601ad88cd052ceae8d99c1e6df199cf50b (patch)
treea685cf347f721fc1bf2258b50726b7ad9c837f1f /.travis.yml
parentaa9d48343d85449e96c6002131b45be4becd2c0d (diff)
Exclude blocked users from follow suggestions, fix tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a06c8100e..a2e309d98 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,8 @@ env:
     - LOCAL_DOMAIN=cb6e6126.ngrok.io
     - LOCAL_HTTPS=true
     - RAILS_ENV=test
+    - NEO4J_HOST=localhost
+    - NEO4J_PORT=7575
 
 addons:
   postgresql: 9.4
@@ -20,8 +22,9 @@ bundler_args: --without development production --retry=3 --jobs=3
 
 install:
   - npm install -g npm@3
-  - npm install
+  - npm install -g yarn
   - bundle install
+  - yarn install
 
 before_script:
   - bundle exec rails db:create db:migrate