Skip to content

Commit 7d8ea3d

Browse files
committed
add stack value back in
1 parent 0161b80 commit 7d8ea3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
script: make check
1616
- stage: Heroku 18 Test
1717
name: Build Heroku 18
18-
script: docker run --rm heroku-python-build-heroku-18 bash $TESTFOLDER
18+
script: docker run --rm -e "STACK=heroku-18" heroku-python-build-heroku-18 bash $TESTFOLDER
1919
- stage: Hatchet Integration
2020
if: branch = master
2121
name: Run Hatchet

0 commit comments

Comments
 (0)