aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 76a5b361a..9ea5db6ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,12 @@
language: node_js
node_js:
+ - "0.11"
- "0.10"
-# before_script:
-# - npm install
-# - gulp build \ No newline at end of file
+ - "0.8"
+ - "0.6"
+ - "0.5"
+ - "0.4"
+before_script:
+ - npm install
+after_script:
+ - npm run-script gulp \ No newline at end of file