Skip to content

Commit 8c36a3a

Browse files
committed
move heroku install to before_install
1 parent 882f541 commit 8c36a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ dist: trusty
33
rvm:
44
- 2.4.4
55
before_script:
6-
- bash etc/ci-setup.sh
76
- gem install bundler -v 1.16.2
87
- bundle exec rake hatchet:setup_travis
98
jobs:
109
include:
1110
- stage: Bash linting (shellcheck)
1211
sudo: false
1312
before_install:
13+
- bash etc/ci-setup.sh
1414
- wget -c https://goo.gl/ZzKHFv -O - | tar -xvJ -C /tmp/
1515
- PATH="/tmp/shellcheck-latest:$PATH"
1616
script: make check

0 commit comments

Comments
 (0)