Skip to content

Commit 97c11a8

Browse files
authored
Replace CircleCI config with v2 (#42)
1 parent aa54a3f commit 97c11a8

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/php:7.1.19-fpm-node-browsers
6+
steps:
7+
- checkout
8+
- run: composer install
9+
- run: composer test

circle.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)