Merge pull request #443 from jwilder/jw-circle

Remove circle.yml
This commit is contained in:
Jason Wilder 2016-05-04 16:52:41 -06:00
commit 0ef8dca98c
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
machine:
pre:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
services:
- docker
dependencies:
override:
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats
- make update-dependencies
test:
override:
- make test