From e92600a07ec5374da4bd77ce6aedca8c4d90854e Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Mon, 17 Aug 2020 10:53:07 +1200 Subject: [PATCH] Run bin/setup on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c1171ca57..99670f072 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ before_install: - sudo apt install dpkg - ./script/install_elasticsearch.sh - sudo apt install google-chrome-stable - - ./script/check_elasticsearch.sh + - ./bin/setup script: # - bundle exec rails db:create db:migrate # - bundle exec rails assets:precompile