mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,4 +14,3 @@ dist
|
||||
.viminfo
|
||||
local/
|
||||
coverage/
|
||||
package-lock.json
|
||||
11
.travis.yml
11
.travis.yml
@@ -9,4 +9,13 @@ cache:
|
||||
script:
|
||||
- npm run lint:fix
|
||||
- npm run lint
|
||||
- npm run test
|
||||
- npm run test
|
||||
jobs:
|
||||
include:
|
||||
- stage: npm release
|
||||
node_js: "stable"
|
||||
script: echo "Deploying to npm ..."
|
||||
deploy:
|
||||
provider: npm
|
||||
api_key: $NPM_API_KEY
|
||||
on: deploy-npm-release
|
||||
|
||||
2652
package-lock.json
generated
Normal file
2652
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user