aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2014-06-09 12:03:22 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2014-06-09 12:03:22 +0200
commitf2db7e8da0b7d0555aac3ce1d45c42b6df58128c (patch)
treece614b9ac1ac07b8f026d130ed458db7a44bd7fe /.travis.yml
parent0a58df8390030288e6764b9a52d6f2c26b12a455 (diff)
downloadfreenode-live-2017-presentation-f2db7e8da0b7d0555aac3ce1d45c42b6df58128c.tar
freenode-live-2017-presentation-f2db7e8da0b7d0555aac3ce1d45c42b6df58128c.tar.gz
attempt to fix travis ci
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2d6cd8f..ebc373a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,4 +2,5 @@ language: node_js
node_js:
- 0.8
before_script:
- - npm install -g grunt-cli \ No newline at end of file
+ - npm install -g grunt-cli
+ - npm update -g npm \ No newline at end of file