ci(heroku): correct buildpacks order

In order to try to fix #243
This commit is contained in:
Pierre Rudloff 2019-10-19 22:09:29 +02:00
parent 3e9a934f87
commit 9427a22a41

View file

@ -17,14 +17,14 @@
{ {
"url": "https://github.com/piotras/heroku-buildpack-gettext.git" "url": "https://github.com/piotras/heroku-buildpack-gettext.git"
}, },
{
"url": "heroku/php"
},
{ {
"url": "heroku/nodejs" "url": "heroku/nodejs"
}, },
{ {
"url": "heroku/python" "url": "heroku/python"
},
{
"url": "heroku/php"
} }
], ],
"env": { "env": {