Skip to content

Commit 37d9ece

Browse files
committed
Move to circleci v2
1 parent 6ac8152 commit 37d9ece

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
jobs:
4+
build:
5+
branches:
6+
only:
7+
- master
8+
docker:
9+
- image: circleci/php:7.1
10+
steps:
11+
- checkout
12+
- run: git config --global user.name "Florian Weber (via CircleCI)"
13+
- run: git config --global user.email "[email protected]"
14+
- add_ssh_keys
15+
- run ./build/build.sh

circle.yml

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

0 commit comments

Comments
 (0)