diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..31097f2ad00 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: java +jdk: + - openjdk7 \ No newline at end of file diff --git a/README.md b/README.md index cdce1af45cb..ddebb2a39ac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # [Google Closure Compiler](https://developers.google.com/closure/compiler/) +[![Build Status](https://travis-ci.org/google/closure-compiler.svg?branch=master)](https://travis-ci.org/google/closure-compiler) + The [Closure Compiler](https://developers.google.com/closure/compiler/) is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. ## Getting Started