Skip to content
Snippets Groups Projects
Commit 8c36a3a2 authored by Casey Faist's avatar Casey Faist
Browse files

move heroku install to before_install

parent 882f5412
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment