We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1981c3 + 8cfc17a commit 4a1fdfeCopy full SHA for 4a1fdfe
.drone.yml
circle.yml
@@ -0,0 +1,10 @@
1
+machine:
2
+ post:
3
+ - cd $HOME && git clone --depth 1 -v git@github.com:clever/ci-scripts.git && cd ci-scripts && git show --oneline -s
4
+ services:
5
+ - docker
6
+test:
7
+ override:
8
+ - curl -sS https://getcomposer.org/installer | php
9
+ - php composer.phar install --prefer-dist --no-interaction --no-progress
10
+ - ./vendor/bin/phpunit
0 commit comments