diff options
author | Mihai Bazon <mihai.bazon@gmail.com> | 2013-05-10 02:56:24 -0700 |
---|---|---|
committer | Mihai Bazon <mihai.bazon@gmail.com> | 2013-05-10 02:56:24 -0700 |
commit | 3edfe7d0ee644a5ea0383fe02152b4f7f578cfcb (patch) | |
tree | d151adf655de9927b71605f5ad6bfe752b742fff | |
parent | 7f77edadb36bb4d29a2b6b1203eb037bb2aa0604 (diff) | |
parent | 46814f88d93f3ed1375c80f084a524722d61cb38 (diff) | |
download | tracifyjs-3edfe7d0ee644a5ea0383fe02152b4f7f578cfcb.tar.gz tracifyjs-3edfe7d0ee644a5ea0383fe02152b4f7f578cfcb.zip |
Merge pull request #202 from nschonni/add-travis-ci
Add CI build for supported Node versions
-rw-r--r-- | .travis.yml | 7 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..d9591272 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: node_js +node_js: + - "0.4" + - "0.6" + - "0.8" + - "0.10" + - "0.11" @@ -1,5 +1,6 @@ UglifyJS 2 ========== +[](https://travis-ci.org/mishoo/UglifyJS2) UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit. |