summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-04 20:40:51 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-04 20:40:51 +0200
commit24e09a7a67d3a8ed56d96a79347f12efe00c2779 (patch)
tree233b7014075969ce45644bab2c320f99f87670e9 /.travis.yml
parente45f7346a80606a071d79fde1f5b59ccaf6a5ee2 (diff)
Use newest npm
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a464ac29e..28dca6ae2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ before_install:
- sudo add-apt-repository -y ppa:chris-lea/node.js # ubuntu 12.04 only
- sudo apt-get update
- sudo apt-get -o DPkg::Options::="--force-confold" -y upgrade
+ - npm install -g npm@latest
install:
- cd ..