Skip to content

Commit

Permalink
Fix npm commands, remove webhook url
Browse files Browse the repository at this point in the history
  • Loading branch information
bencefr committed Feb 26, 2019
1 parent d3bca09 commit 4fab8d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ before_install:
script:
- npm install
- npm run dev
- npm run build
- npm run package-prebuilt
- echo tag=$TRAVIS_TAG pullrequest=$TRAVIS_PULL_REQUEST
- |
Expand All @@ -120,7 +120,7 @@ script:
notifications:
webhooks:
urls:
- https://wayland_jenkins:11abca8370e8bd07ce599ad14fde0916f3@yj24xki8lrdhf3wl.v1.p.beameio.net/view/pc-ble-driver-js/job/pc-ble-driver-js/buildWithParameters?BRANCH=v2.5.0
- $JENKINS_WEBHOOK_URL
on_success: always # default: always
on_failure: never # default: always
on_start: never # default: never
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"publish-prebuilt": "node-pre-gyp-github publish",
"publish-all-prebuilt": "node scripts/publish-all-prebuilt.js",
"fetch-prebuilt": "node scripts/pre-gyp-fetch-draft.js",
"dev": "node-pre-gyp install --fallback-to-build=false || node build.js",
"build": "node-pre-gyp install --fallback-to-build=false || node build.js",
"test": "jest --config config/jest-unit.json",
"docs": "jsdoc api -t node_modules/minami -R README.md -d docs -c .jsdoc.json"
},
Expand Down

0 comments on commit 4fab8d5

Please sign in to comment.