File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
dist : trusty
3
+ sudo : required
3
4
rvm :
4
5
- 2.4.4
5
6
before_script :
6
7
- gem install bundler -v 1.16.2
7
8
- bundle exec rake hatchet:setup_travis
9
+ before_install :
10
+ - sudo bash etc/ci-setup.sh
8
11
jobs :
9
12
include :
10
13
- stage : Bash linting (shellcheck)
11
14
sudo : false
12
15
before_install :
13
- - bash etc/ci-setup.sh
14
16
- wget -c https://goo.gl/ZzKHFv -O - | tar -xvJ -C /tmp/
15
17
- PATH="/tmp/shellcheck-latest:$PATH"
16
18
script : make check
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
sudo apt-get -qq update
4
- sudo apt-get install software-properties-common -y
4
+ sudo apt-get install software-properties-common
5
5
curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://cli-assets.heroku.com/install-ubuntu.sh | sh
You can’t perform that action at this time.
0 commit comments