From 8c36a3a263fb44af3a576a0f981774c8359d5580 Mon Sep 17 00:00:00 2001 From: Casey Faist <caseylfaist@gmail.com> Date: Thu, 4 Oct 2018 10:44:25 -0500 Subject: [PATCH] move heroku install to before_install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d7c58dbe..1dc88e92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ dist: trusty rvm: - 2.4.4 before_script: - - bash etc/ci-setup.sh - gem install bundler -v 1.16.2 - bundle exec rake hatchet:setup_travis jobs: @@ -11,6 +10,7 @@ jobs: - stage: Bash linting (shellcheck) sudo: false before_install: + - bash etc/ci-setup.sh - wget -c https://goo.gl/ZzKHFv -O - | tar -xvJ -C /tmp/ - PATH="/tmp/shellcheck-latest:$PATH" script: make check -- GitLab