Commit graph

8 commits

Author SHA1 Message Date
Michael Klishin
116a791344 Override install instead of adding before_script
We don't want default Clojure builder's `install` command to be executed
2012-02-08 20:31:51 +04:00
Michael Klishin
8243332093 Make sure .travis.yml includes language: clojure
There are two reasons for this:

 * We will soon roll out first-class support for other JVM languages and Clojure will be hosted on a different machine. Without this language: line Leiningen will still land on Ruby workers.

 * :language key will at some point in the future be mandatory.

Finally, you still can override `install:`, `script:` or anything else, so there is no reason to not have `language:` in your .travis.yml.
2012-02-08 20:22:41 +04:00
Nelson Morris
b45d83c20e Update travis to bootstrap leiningen-core 2012-02-01 21:49:02 -06:00
Phil Hagelberg
1e4936820c Bootstrap CI with leiningen-core-2.0.0-SNAPSHOT-standalone.jar. 2012-01-17 20:22:27 -08:00
Phil Hagelberg
92dfe67a85 Re-enable ci for master branch. 2012-01-17 20:08:19 -08:00
Phil Hagelberg
cd780c8267 Disable CI tests for master for now. 2011-11-20 14:06:09 -08:00
Phil Hagelberg
36f5dbe2ce Run self-install during ci. 2011-10-19 16:31:17 -07:00
Phil Hagelberg
82de3fd187 Add Travis CI config. 2011-10-19 15:58:46 -07:00