Browse Source

Use semaphore for CI.

master
Chris Smith 8 years ago
parent
commit
c1f28223e2
2 changed files with 1 additions and 18 deletions
  1. 1
    1
      README.md
  2. 0
    17
      circle.yml

+ 1
- 1
README.md View File

@@ -7,7 +7,7 @@ It provides a python library for interacting with etcd, with convenience
7 7
 functions for retrieving the higher-level data structures (such as containers
8 8
 and labels) that the reporter service creates.
9 9
 
10
-## Tests [![CircleCI](https://circleci.com/gh/csmith/docker-service-reporter-lib.svg?style=svg)](https://circleci.com/gh/csmith/docker-service-reporter-lib)
10
+## Tests [![Build Status](https://semaphoreci.com/api/v1/csmith/docker-service-reporter-lib/branches/master/badge.svg)](https://semaphoreci.com/csmith/docker-service-reporter-lib) 
11 11
 
12 12
 A separate Dockerfile for tests is located in the tests directory. It depends
13 13
 on a 'dev' label of csmith/service-reporter-lib. There's a docker compose file

+ 0
- 17
circle.yml View File

@@ -1,17 +0,0 @@
1
----
2
-machine:
3
-  services:
4
-    - docker
5
-
6
-dependencies:
7
-  pre:
8
-    - sudo pip install docker-compose
9
-  override:
10
-    - docker-compose build:
11
-        pwd: test
12
-
13
-test:
14
-  override:
15
-    - docker-compose run tests:
16
-        pwd: test
17
-

Loading…
Cancel
Save