Skip to content

Commit c085a25

Browse files
authored
Merge pull request #5 from clanhr/fix-travis
fix build and badge
2 parents 957fa0c + fd99069 commit c085a25

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.travis.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1+
jdk: openjdk8
12
language: clojure
2-
lein: lein2
3-
jdk:
4-
- openjdk6
5-
- openjdk7
6-
- oraclejdk7
7-
- oraclejdk8
3+
lein: 2.6.1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ring-test-client [![Build Status](https://travis-ci.org/clanhr/ring-test-client.svg)](https://travis-ci.org/clanhr/ring-test-client)
1+
# ring-test-client [![Build Status](https://app.travis-ci.com/clanhr/ring-test-client.svg?branch=master)](https://app.travis-ci.com/clanhr/ring-test-client)
22

33
Test utilities on top of ring.mock
44

0 commit comments

Comments
 (0)