move heroku install to before_install

This commit is contained in:
Casey Faist
2018-10-04 10:44:25 -05:00
parent 882f54128b
commit 8c36a3a263
+1 -1
View File
@@ -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