We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac8152 commit 37d9eceCopy full SHA for 37d9ece
.circleci/config.yml
@@ -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
0 commit comments