Skip to content

Commit

Permalink
hopefully travis automatically uses npm v3 because of node upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
basarat committed Apr 20, 2016
1 parent 517a021 commit 5b8cca8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
node_js:
- '4.1'
before_install:
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
- '5'
deploy:
provider: npm
email: [email protected]
Expand Down
1 change: 0 additions & 1 deletion docs/contributing/deployment-intenals.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ We have an npm `postversion` script setup to run `git push --follow-tags` which
* Toggle switch on travis using https://travis-ci.org/
* NPM deploy setup by simply running `travis setup npm` (you get `travis` from `gem install travis`). Then setup the API key using https://github.com/npm/npm/issues/8970#issuecomment-122854271
* `all_branches` in `.travis.yml` is set to `true` because of https://github.com/travis-ci/travis-ci/issues/1675#issuecomment-37851765
* Had to upgrade the travis `npm` to `v3` because of https://github.com/alm-tools/alm/issues/59. Done using https://github.com/travis-ci/travis-ci/issues/4653#issuecomment-194051953

0 comments on commit 5b8cca8

Please sign in to comment.