Add circle.yml file to run tests

This commit is contained in:
Daniel Compton 2016-10-21 11:02:40 +13:00
parent b65afde4d7
commit c01d44d4bb
No known key found for this signature in database
GPG Key ID: A6E4DC5283B5DCEC
1 changed files with 5 additions and 0 deletions

5
circle.yml Normal file
View File

@ -0,0 +1,5 @@
test:
override:
- lein with-profile dev do clean, cljsbuild once
- node bin/gen-site.js
- lein with-profile prod-test do clean, cljsbuild once