summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorHakim El Hattab2014-06-09 12:18:37 +0200
committerHakim El Hattab2014-06-09 12:18:37 +0200
commit65dcd94c864a72be93db011f20d747e9826f36c9 (patch)
tree2eda5fdc793287ada3b2095ec6bcc414af8195d9 /.travis.yml
parentb6c7cda90819ba518c69cb56c7edd02acb7a6d72 (diff)
update to node 0.10
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4177cd0..165d9ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: node_js
node_js:
- - 0.8
+ - 0.10
before_script:
- - npm update -g npm \ No newline at end of file
+ - npm install -g grunt-cli \ No newline at end of file