File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
/.envrc
6
6
repos /*
7
+
8
+ # Venv
9
+ buildpack /*
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
8
- addons :
9
- apt :
10
- sources :
11
- - heroku
12
- packages :
13
- - heroku-toolbelt
9
+ before_install :
10
+ - sudo bash etc/ci-setup.sh
14
11
jobs :
15
12
include :
16
13
- stage : Bash linting (shellcheck)
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
3
+ sudo apt-get -qq update
4
+ sudo apt-get install software-properties-common
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