diff options
author | Marian Oancea <contact@siteshop.ro> | 2014-11-06 05:31:54 +0800 |
---|---|---|
committer | Marian Oancea <contact@siteshop.ro> | 2014-11-06 05:31:54 +0800 |
commit | 7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879 (patch) | |
tree | 7797f18299eb97279b3d5800ae49e89191774ba6 | |
parent | 44ab30f628a3305d8c20c78b3dadbf2f15112fbc (diff) | |
download | dexon-7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879.tar dexon-7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879.tar.gz dexon-7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879.tar.bz2 dexon-7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879.tar.lz dexon-7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879.tar.xz dexon-7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879.tar.zst dexon-7d6164b3513eef7d5eb24bb90ca0fdc2fc8c1879.zip |
updated travis.yml
-rw-r--r-- | .travis.yml | 12 |
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 |