We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be32ff commit 576def4Copy full SHA for 576def4
.travis.yml
@@ -3,6 +3,7 @@ dist: trusty
3
rvm:
4
- 2.4.4
5
before_script:
6
+ - bash etc/ci-setup.sh
7
- gem install bundler -v 1.16.2
8
- bundle exec rake hatchet:setup_travis
9
addons:
etc/ci-setup.sh
@@ -0,0 +1,3 @@
1
+sudo apt-get -qq update
2
+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
0 commit comments