1
0
Fork 0

Use "script/setup" in CI

This commit is contained in:
Alex Kotov 2019-04-27 17:15:54 +05:00
parent 446b733400
commit 09c86d53a8
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -39,14 +39,8 @@ before_install:
- sudo mv geckodriver /usr/local/bin/
- geckodriver --version
install:
- bundle install --jobs=3 --retry=3
- bundle exec rake yarn:install
before_script:
- psql -U postgres -c "CREATE DATABASE partynest_test;"
install: script/setup --initial
script: bundle exec rake all
after_script:
- bundle exec rake coveralls:push
after_script: bundle exec rake coveralls:push