aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHakim El Hattab2014-06-09 12:03:22 +0200
committerHakim El Hattab2014-06-09 12:03:22 +0200
commitf2db7e8da0b7d0555aac3ce1d45c42b6df58128c (patch)
treece614b9ac1ac07b8f026d130ed458db7a44bd7fe
parent0a58df8390030288e6764b9a52d6f2c26b12a455 (diff)
attempt to fix travis ci
-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