aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Bazon <mihai.bazon@gmail.com>2013-05-10 02:56:24 -0700
committerMihai Bazon <mihai.bazon@gmail.com>2013-05-10 02:56:24 -0700
commit3edfe7d0ee644a5ea0383fe02152b4f7f578cfcb (patch)
treed151adf655de9927b71605f5ad6bfe752b742fff
parent7f77edadb36bb4d29a2b6b1203eb037bb2aa0604 (diff)
parent46814f88d93f3ed1375c80f084a524722d61cb38 (diff)
downloadtracifyjs-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.yml7
-rw-r--r--README.md1
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"
diff --git a/README.md b/README.md
index 4640977f..88dc310e 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
UglifyJS 2
==========
+[![Build Status](https://travis-ci.org/mishoo/UglifyJS2.png)](https://travis-ci.org/mishoo/UglifyJS2)
UglifyJS is a JavaScript parser, minifier, compressor or beautifier toolkit.