Skip to content
Snippets Groups Projects
.travis.yml 495 B
Newer Older
    - LOCAL_DOMAIN=cb6e6126.ngrok.io
    - LOCAL_HTTPS=true
    - RAILS_ENV=test
    - NEO4J_HOST=localhost
    - NEO4J_PORT=7575
bundler_args: --without development production --retry=3 --jobs=3

Eugen Rochko's avatar
Eugen Rochko committed
install:
Eugen Rochko's avatar
Eugen Rochko committed
  - npm install -g npm@3
  - bundle install
  - bundle exec rails db:create db:migrate