Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Use Stripe library as regular files, not submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
samnabi committed Aug 19, 2016
1 parent c793659 commit bd2b6b0
Show file tree
Hide file tree
Showing 109 changed files with 11,641 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@
[submodule "site/plugins/field-selector"]
path = site/plugins/field-selector
url = https://github.com/storypioneers/kirby-selector
[submodule "site/plugins/shopkit/gateways/2-stripecheckout/stripe-php"]
path = site/plugins/shopkit/gateways/2-stripecheckout/stripe-php
url = https://github.com/stripe/stripe-php.git
1 change: 0 additions & 1 deletion site/plugins/shopkit/gateways/2-stripecheckout/stripe-php
Submodule stripe-php deleted from 2ebcac
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
service_name: travis-ci
src_dir: .
coverage_clover: clover.xml
json_path: coveralls-upload.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Mac OS X dumps these all over the place.
.DS_Store

# Ignore the SimpleTest library if it is installed to /test/.
/test/simpletest/

# Ignore the /vendor/ directory for people using composer
/vendor/

# If the vendor directory isn't being commited the composer.lock file should also be ignored
composer.lock

# Ignore PHPUnit coverage file
clover.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

env:
- AUTOLOAD=1
- AUTOLOAD=0

script: ./build.php ${AUTOLOAD}
after_script: ./vendor/bin/coveralls -v
sudo: false
Loading

0 comments on commit bd2b6b0

Please sign in to comment.