Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
576def4c
Commit
576def4c
authored
Oct 04, 2018
by
Casey Faist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix travis dependency blocker
parent
1be32ff0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
.travis.yml
.travis.yml
+1
-0
ci-setup.sh
etc/ci-setup.sh
+3
-0
No files found.
.travis.yml
View file @
576def4c
...
@@ -3,6 +3,7 @@ dist: trusty
...
@@ -3,6 +3,7 @@ dist: trusty
rvm
:
rvm
:
-
2.4.4
-
2.4.4
before_script
:
before_script
:
-
bash etc/ci-setup.sh
-
gem install bundler -v 1.16.2
-
gem install bundler -v 1.16.2
-
bundle exec rake hatchet:setup_travis
-
bundle exec rake hatchet:setup_travis
addons
:
addons
:
...
...
etc/ci-setup.sh
0 → 100644
View file @
576def4c
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
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment