diff options
author | Marian Oancea <contact@siteshop.ro> | 2014-11-06 01:46:01 +0800 |
---|---|---|
committer | Marian Oancea <contact@siteshop.ro> | 2014-11-06 01:46:01 +0800 |
commit | 4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c (patch) | |
tree | c368675984eb642f13334f2e61f6401d58776863 /.travis.yml | |
parent | 3e174a08790ca009a2107a3564b179ae1f036c33 (diff) | |
download | dexon-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar dexon-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.gz dexon-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.bz2 dexon-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.lz dexon-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.xz dexon-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.tar.zst dexon-4be4db5e6cfdde4ba5c1243b2bafeb6bbae3643c.zip |
Converted to node module
Converted to npm package
Added brower
Added browserify with minification
Updated Readme
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..76a5b361a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: node_js +node_js: + - "0.10" +# before_script: +# - npm install +# - gulp build
\ No newline at end of file |