mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
new travis matrix
This commit is contained in:
+5
-2
@@ -2,5 +2,8 @@ language: bash
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
install: docker pull heroku/cedar:14
|
||||
script: make test
|
||||
# install: docker pull heroku/cedar:14
|
||||
script: ./tests.sh
|
||||
env:
|
||||
- STACK=heroku-16
|
||||
- STACK=cedar-14
|
||||
Reference in New Issue
Block a user