aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Oancea <contact@siteshop.ro>2014-11-06 05:31:54 +0800
committerMarian Oancea <contact@siteshop.ro>2014-11-06 05:31:54 +0800
commit7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879 (patch)
tree7797f18299eb97279b3d5800ae49e89191774ba6
parent44ab30f628a3305d8c20c78b3dadbf2f15112fbc (diff)
downloadgo-tangerine-7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879.tar.gz
go-tangerine-7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879.tar.zst
go-tangerine-7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879.zip
updated 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