Skip to content

Commit

Permalink
Bug #18/#19, My first bitbucket-pipelines YAML [iet:7330748]
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Dec 6, 2016
1 parent a8fc370 commit 69959e6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# You can use a Docker image from Docker Hub or your own container registry
image: phpunit/phpunit:5.0.3

clone:
depth: 6

pipelines:
default:
- step:
script:
- php --version
- composer --version
- phpunit --version
- composer install
- composer test
#- phpunit --configuration tests/phpunit.xml

#End.

0 comments on commit 69959e6

Please sign in to comment.