Skip to content

Commit 576def4

Browse files
committed
fix travis dependency blocker
1 parent 1be32ff commit 576def4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ dist: trusty
33
rvm:
44
- 2.4.4
55
before_script:
6+
- bash etc/ci-setup.sh
67
- gem install bundler -v 1.16.2
78
- bundle exec rake hatchet:setup_travis
89
addons:

etc/ci-setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sudo apt-get -qq update
2+
sudo apt-get install software-properties-common -y
3+
curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://cli-assets.heroku.com/install-ubuntu.sh | sh

0 commit comments

Comments
 (0)