Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
heroku-buildpack-python
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Evili del Rio
heroku-buildpack-python
Commits
d3180d32
Unverified
Commit
d3180d32
authored
Oct 04, 2018
by
Casey
Committed by
GitHub
Oct 04, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #759 from heroku/update-travis
Update travis setup for Hatchet
parents
9c2bbd10
4778b1cb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
.gitignore
.gitignore
+3
-0
.travis.yml
.travis.yml
+3
-6
etc/ci-setup.sh
etc/ci-setup.sh
+5
-0
No files found.
.gitignore
View file @
d3180d32
...
@@ -4,3 +4,6 @@ site
...
@@ -4,3 +4,6 @@ site
/.envrc
/.envrc
repos/*
repos/*
#Venv
buildpack/*
.travis.yml
View file @
d3180d32
language
:
ruby
language
:
ruby
dist
:
trusty
dist
:
trusty
sudo
:
required
rvm
:
rvm
:
-
2.4.4
-
2.4.4
before_script
:
before_script
:
-
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
:
before_install
:
apt
:
-
sudo bash etc/ci-setup.sh
sources
:
-
heroku
packages
:
-
heroku-toolbelt
jobs
:
jobs
:
include
:
include
:
-
stage
:
Bash linting (shellcheck)
-
stage
:
Bash linting (shellcheck)
...
...
etc/ci-setup.sh
0 → 100755
View file @
d3180d32
#!/usr/bin/env bash
sudo
apt-get
-qq
update
sudo
apt-get
install
software-properties-common
curl
--fail
--retry
3
--retry-delay
1
--connect-timeout
3
--max-time
30 https://cli-assets.heroku.com/install-ubuntu.sh | sh
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