Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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-nodejs
Commits
dafd3cd1
Unverified
Commit
dafd3cd1
authored
May 23, 2018
by
Jeremy Morrell
Committed by
GitHub
May 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add heroku-18 to tests (#544)
Add heroku-18 to tests
parent
31cfb02d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
.travis.yml
.travis.yml
+1
-0
makefile
makefile
+6
-1
No files found.
.travis.yml
View file @
dafd3cd1
...
...
@@ -3,6 +3,7 @@ sudo: required
services
:
-
docker
env
:
-
STACK=heroku-18
-
STACK=heroku-16
-
STACK=cedar-14
install
:
docker pull "heroku/${STACK/-/:}"
...
...
makefile
View file @
dafd3cd1
test
:
test-heroku-16 test-cedar-14
test
:
test-heroku-18 test-heroku-16 test-cedar-14
test-heroku-18
:
@
echo
"Running tests in docker (heroku-18)..."
@
docker run
-v
$(
shell
pwd
)
:/buildpack:ro
--rm
-it
-e
"STACK=heroku-18"
heroku/heroku:18 bash
-c
'cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'
@
echo
""
test-heroku-16
:
@
echo
"Running tests in docker (heroku-16)..."
...
...
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