forked from gocardless/gocardless-pro-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Crankshaft[BU00000277JXGK] Client - PHP @ 2015-10-30 12:57:04 +0000
- Loading branch information
Crankshaft Robot
committed
Oct 30, 2015
1 parent
416daa7
commit 2aa1449
Showing
170 changed files
with
10,083 additions
and
8,592 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,6 @@ | ||
dependencies: | ||
cache_directories: | ||
- vendor/ | ||
|
||
machine: | ||
php: | ||
version: 5.4.5 | ||
|
||
deployment: | ||
git: | ||
branch: dev | ||
commands: | ||
- make docs | ||
- git config user.name "Circle CI" | ||
- git config user.email "[email protected]" | ||
- rm -rf ./tests ./vendor | ||
- rm -f composer.json composer.lock docs/api/.htaccess | ||
- git checkout gh-pages | ||
- cp -r docs/api/* . | ||
- rm -rf docs/ | ||
- touch .nojekyll | ||
- git add . | ||
- git commit -m "[ci skip] Generate PHP Doc" | ||
- git push origin gh-pages | ||
version: 5.5.0 | ||
dependencies: | ||
override: | ||
- composer install --prefer-source --no-interaction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.