Trying to get started on gitlab ci

This commit is contained in:
Mike Koch 2017-06-24 22:13:00 -04:00
parent bfb8956df2
commit 033a23eaca
2 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,5 @@ test:app:
script: script:
- cd api/Tests - cd api/Tests
- phpunit - phpunit
artifacts: - cd ../../ci
paths: - php deploy_release_to_github.php
- .*

View File

@ -0,0 +1,2 @@
<?php
echo scandir('.');