Skip to content

Commit

Permalink
Merge pull request #27 from rande/fix_node_package_version
Browse files Browse the repository at this point in the history
fix(npm): improve support for invalid version in package url
  • Loading branch information
rande authored Nov 17, 2016
2 parents aa98d87 + 38140d9 commit 668aabf
Show file tree
Hide file tree
Showing 5 changed files with 4,242 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ cache:

install:
# from http://austinpray.com/ops/2015/09/20/change-travis-node-version.html
- make install-backend
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 4.4.5
- make install
- npm -g install yarn
- make install-frontend

script:
- go get github.com/mattn/goveralls
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ install-backend: ## Install backend dependencies
glide install

install-frontend: ## Install frontend dependencies
cd gui && npm install
cd gui && yarn --no-progress

update: ## Update dependencies
glide update
Expand Down
Loading

0 comments on commit 668aabf

Please sign in to comment.