Skip to content

Commit

Permalink
Switch from Travis to CircleCI
Browse files Browse the repository at this point in the history
They have a newer version of lein
  • Loading branch information
SevereOverfl0w authored and malcolmsparks committed Feb 17, 2017
1 parent df5f5a6 commit e2b7e7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Add the following dependency to your `project.clj` file

[![Clojars Project](http://clojars.org/aero/latest-version.svg)](http://clojars.org/aero)

[![Build Status](https://travis-ci.org/juxt/aero.png)](https://travis-ci.org/juxt/aero)
[![Build Status](https://circleci.com/gh/juxt/aero.svg?style=svg)](https://circleci.com/gh/juxt/aero)

## Status

Expand Down
6 changes: 6 additions & 0 deletions circle.yml
@@ -0,0 +1,6 @@
dependencies:
pre:
- npm install -g lumo-cljs
test:
override:
- 'lein test'

0 comments on commit e2b7e7f

Please sign in to comment.