Skip to content

Instantly share code, notes, and snippets.

@dancourse
Last active September 11, 2015 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dancourse/cdd46ce11aaf0741dbf5 to your computer and use it in GitHub Desktop.
Save dancourse/cdd46ce11aaf0741dbf5 to your computer and use it in GitHub Desktop.
image: centos7
before_script:
- php -v
- curl -s https://getcomposer.org/installer | php
- cp ./config/pst.gitlabci.php ./config/pst.php
- cp ./.env.gitlabci ./.env
- php composer.phar install --prefer-dist --quiet
- php composer.phar dump-autoload --quiet
- php artisan key:generate
- php artisan migrate --force
- php artisan up
tests:
script: "phpunit --stop-on-failure && behat -f progress --stop-on-failure"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment