Skip to content

Commit

Permalink
Cleanup of travis debugging steps
Browse files Browse the repository at this point in the history
  • Loading branch information
thibPG committed Apr 11, 2020
1 parent 91a735b commit 1db4a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
- 0.10
env:
- NODE_VERSION="13.12.0" SKIP_JAVA_VERSION_CHECK=true
- SKIP_JAVA_VERSION_CHECK=true
install:
- npm install
before_script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"prepublish": "bower install && bin/configure.js",
"build": "cat build.ninja && ninja",
"build": "ninja",
"build-all": "ninja all",
"build-spf": "ninja spf spf-debug spf-trace",
"build-boot": "ninja boot boot-debug boot-trace",
Expand Down

0 comments on commit 1db4a49

Please sign in to comment.