mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Updating Travis CI file to setup the test environment correctly
This commit is contained in:
parent
9a7485d034
commit
94eb142ab8
14
.travis.yml
14
.travis.yml
@ -1,9 +1,23 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- LOCAL_DOMAIN=example.com
|
||||||
|
- LOCAL_HTTPS=false
|
||||||
|
|
||||||
|
addons:
|
||||||
|
postgresql: 9.4
|
||||||
|
|
||||||
rvm:
|
rvm:
|
||||||
- 2.2.4
|
- 2.2.4
|
||||||
|
|
||||||
|
services:
|
||||||
|
- redis-server
|
||||||
|
|
||||||
bundler_args: --without development --retry=3 --jobs=3
|
bundler_args: --without development --retry=3 --jobs=3
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- bundle exec rake db:create db:migrate
|
||||||
|
|
||||||
script: bundle exec rspec
|
script: bundle exec rspec
|
||||||
|
Loading…
Reference in New Issue
Block a user