Add travis config

This commit is contained in:
Chris Price 2014-03-27 12:49:54 -07:00
parent a90b6fd82c
commit f2373565e5
4 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
target

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: clojure
lein: lein2
jdk:
- oraclejdk7
- openjdk7
- openjdk6
script: ./ext/travisci/test.sh
notifications:
email: false

View file

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/puppetlabs/clj-http-client.png?branch=master)](https://travis-ci.org/puppetlabs/clj-http-client)
# puppetlabs/http-client
This is a wrapper around the [http-kit](http://http-kit.org/) client

3
ext/travisci/test.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
lein2 test