Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalartza committed Dec 5, 2019
0 parents commit 49640e4
Show file tree
Hide file tree
Showing 7 changed files with 530 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/target
/logs
/classes
/checkouts
pom.xml
pom.xml.asc
*.jar
*.class
/.lein-*
/.nrepl-port
/.dir-locals.el
/profiles.clj
/dev/resources/local.edn
/dev/src/local.clj
.idea/
hyd.iml
.eastwood
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: clojure
lein: 2.9.0
dist: xenial
jdk:
-openjdk8
script: lein do cljfmt check, eastwood, test :all
deploy:
provider: script
skip_cleanup: true
script: lein deploy
on:
tags: true
cache:
directories:
- $HOME/.m2
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this
file. This change log follows the conventions of
[keepachangelog.com](http://keepachangelog.com/).

## 0.1.0 - 2019-12-05
### Added
- Initial version
Loading

0 comments on commit 49640e4

Please sign in to comment.