mastodon/.travis.yml

26 lines
366 B
YAML
Raw Normal View History

language: ruby
cache: bundler
env:
global:
- LOCAL_DOMAIN=cb6e6126.ngrok.io
- LOCAL_HTTPS=true
- RAILS_ENV=test
addons:
postgresql: 9.4
rvm:
- 2.2.4
services:
- redis-server
2016-08-24 17:06:54 +00:00
bundler_args: --without development production --retry=3 --jobs=3
before_script:
2016-08-24 17:06:54 +00:00
- npm install
- bundle exec rake db:create db:migrate
script: bundle exec rspec