Skip to content

Commit

Permalink
[ CI ] Taming travis
Browse files Browse the repository at this point in the history
  • Loading branch information
banacorn committed Jun 14, 2019
1 parent 14d069e commit a0161e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"rebuild": "npx tree-sitter generate && npx node-gyp rebuild",
"install": "CXXFLAGS=\"-std=c++11\" prebuild-install || npx node-gyp rebuild",
"install": "prebuild-install || npx node-gyp rebuild",
"prebuild": "prebuild --all --strip --verbose",
"prebuild:upload": "prebuild --upload-all",
"test": "npx tree-sitter test",
Expand Down

0 comments on commit a0161e4

Please sign in to comment.