Skip to content

Commit 96ffc14

Browse files
authored
Merge pull request heroku#831 from heroku/remove-cedar-tests
Remove cedar tests
2 parents 527ea60 + 4063e9d commit 96ffc14

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ jobs:
1919
services: docker
2020
env: STACK=heroku-16
2121
script: "./tests.sh"
22-
- stage: Stack Unit Tests
23-
services: docker
24-
env: STACK=cedar-14
25-
script: "./tests.sh"
2622
- stage: Hatchet Integration
2723
script: "bundle exec rspec"
2824
env:

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ check:
88
@shellcheck -x bin/steps/collectstatic bin/steps/eggpath-fix bin/steps/eggpath-fix2 bin/steps/gdal bin/steps/geo-libs bin/steps/mercurial bin/steps/nltk bin/steps/pip-install bin/steps/pip-uninstall bin/steps/pipenv bin/steps/pipenv-python-version bin/steps/pylibmc bin/steps/python
99
@shellcheck -x bin/steps/hooks/*
1010

11-
test-cedar-14:
12-
@echo "Running tests in docker (cedar-14)..."
13-
@docker run -v $(shell pwd):/buildpack:ro --rm -it -e "STACK=cedar-14" heroku/cedar:14 bash -c 'cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'
14-
@echo ""
15-
1611
test-heroku-16:
1712
@echo "Running tests in docker (heroku-16)..."
1813
@docker run -v $(shell pwd):/buildpack:ro --rm -it -e "STACK=heroku-16" heroku/heroku:16-build bash -c 'cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'

0 commit comments

Comments
 (0)