Skip to content

Commit

Permalink
--build-from-source
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Oct 12, 2014
1 parent c899008 commit d30260f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '0.11.13'
script:
- "npm install"
- "make test-travis-all"
- '0.11.14'
before_install: "npm install --build-from-source"
script: "make test-travis-all"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ REGISTRY = --registry=https://registry.npm.taobao.org
DB = sqlite

install:
@npm install $(REGISTRY) \
@npm install --build-from-source $(REGISTRY) \
--disturl=https://npm.taobao.org/dist

jshint: install
Expand Down

0 comments on commit d30260f

Please sign in to comment.