Use "script/setup" in CI
This commit is contained in:
parent
446b733400
commit
09c86d53a8
1 changed files with 2 additions and 8 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||
|
|
Reference in a new issue