Skip to content

Commit

Permalink
Try to make PHPUnit testing work on GitLab CI
Browse files Browse the repository at this point in the history
Using a custom PHP buildpack until
heroku/heroku-buildpack-php#289 is merged

Related issue: gliderlabs/herokuish#349
  • Loading branch information
ngyikp committed Sep 15, 2018
1 parent 6c58ca3 commit fd00f75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildpacks
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/heroku/heroku-buildpack-php.git
https://github.com/neclimdul/heroku-buildpack-php.git
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: vendor/bin/heroku-php-apache2 public/
web: vendor/bin/heroku-php-nginx public/
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"
]
],
"test": "phpunit"
},
"config": {
"preferred-install": "dist",
Expand Down

0 comments on commit fd00f75

Please sign in to comment.