Skip to content

Commit

Permalink
added travis-a-like stage
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Jan 14, 2017
1 parent 6546f02 commit 36534e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ test:
script:
- docker-compose run --rm php vendor/bin/phpunit -v --exclude base,caching,db,i18n,log,mutex,rbac,validators,web

test:db:
test:travis:
stage: test
script:
- docker-compose run --rm php vendor/bin/phpunit -v --group db --exclude mssql,cubrid
- docker-compose run --rm php vendor/bin/phpunit -v --exclude mssql,cubrid,oci,wincache,xcache,zenddata,cubrid

test:db:mssql:
stage: test
Expand Down

0 comments on commit 36534e7

Please sign in to comment.