Codebase list comidi-clojure / b19e101
(MAINT) Add travis support Chris Price 9 years ago
3 changed file(s) with 20 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 language: clojure
1 lein: lein2
2 jdk:
3 - oraclejdk7
4 - openjdk7
5 script: ./ext/travisci/test.sh
6 notifications:
7 email: false
8 hipchat:
9 rooms:
10 secure: ASvt1XwEYbgkKuYZjZHytwg/6Y53Tg4T7QhohiDB4Xb1dmJueqPFpV2ko/VjHCa18JjLiUq0nWcDpRjsqaGGvJ5FSxTyyWDKtZsg1sUf4F+7aZ5vq0Dzg8Uzvdu7m9X1Uszvs9zf6wJ+Jobq4xck1xpPYxFT/+ei2Q2STrJ9xwQ=
11 template:
12 - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
13 - "Change view: %{compare_url}"
14 - "Build details: %{build_url}"
00 # pl-bidi
1
2 [![Build Status](https://magnum.travis-ci.com/puppetlabs/pl-bidi.svg?token=ApBsaKK1zdeqHwzhXLzw&branch=master)](https://magnum.travis-ci.com/puppetlabs/pl-bidi)
13
24 A Clojure library designed to ... well, that part is up to you.
35
0 #!/bin/bash
1
2 lein2 test :all