We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a7f94 commit 895db63Copy full SHA for 895db63
.travis.yml
@@ -51,8 +51,7 @@ script:
51
52
after_success:
53
- if [ $TRAVIS_BRANCH == "master" ]; then echo upload=$GITHUB_TOKEN > ~/.prebuildrc; fi
54
- - if [ $TRAVIS_BRANCH == "master" ]; then cat ~/.prebuildrc; fi
55
- - if [ $TRAVIS_BRANCH == "master" ]; then npm run deploy; fi
+ - if [ $TRAVIS_BRANCH == "master" ]; then npm run prebuild; fi
56
57
notifications:
58
webhooks:
package.json
@@ -9,7 +9,7 @@
9
"test:darwin:linux": "jasmine 'test/**/*.js'",
10
"test:win32": "jasmine test/**/*.js",
11
"install": "prebuild-install || node-gyp rebuild",
12
- "deploy": "prebuild --all -u"
+ "prebuild": "prebuild --all"
13
},
14
"repository": {
15
"type": "git",
0 commit comments