Skip to content

Commit 4a1fdfe

Browse files
authored
Merge pull request Clever#33 from Clever/circle
Convert to Circle CI
2 parents b1981c3 + 8cfc17a commit 4a1fdfe

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

.drone.yml

-15
This file was deleted.

circle.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)