Merge pull request #202 from nschonni/add-travis-ci

Add CI build for supported Node versions
This commit is contained in:
Mihai Bazon 2013-05-10 02:56:24 -07:00
commit 3edfe7d0ee
2 changed files with 8 additions and 0 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.4"
- "0.6"
- "0.8"
- "0.10"
- "0.11"

View File

@ -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.