fix travis dependency blocker

This commit is contained in:
Casey Faist
2018-10-04 10:22:55 -05:00
parent 1be32ff09a
commit 576def4cde
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ 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
addons:
+3
View File
@@ -0,0 +1,3 @@
sudo apt-get -qq update
sudo apt-get install software-properties-common -y
curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://cli-assets.heroku.com/install-ubuntu.sh | sh