Skip to content

Commit 895db63

Browse files
committed
Change to prebuild command.
1 parent 02a7f94 commit 895db63

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ script:
5151

5252
after_success:
5353
- 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
54+
- if [ $TRAVIS_BRANCH == "master" ]; then npm run prebuild; fi
5655

5756
notifications:
5857
webhooks:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:darwin:linux": "jasmine 'test/**/*.js'",
1010
"test:win32": "jasmine test/**/*.js",
1111
"install": "prebuild-install || node-gyp rebuild",
12-
"deploy": "prebuild --all -u"
12+
"prebuild": "prebuild --all"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)