first pass of lyrics command

version bump
more code cleanup
This commit is contained in:
John Grosh
2018-12-04 23:55:32 -05:00
parent 15f3cf07a8
commit 34bffe0148
12 changed files with 118 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ jobs:
docker:
# specify the version you desire here
- image: circleci/openjdk:8-jdk
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
@@ -19,7 +19,7 @@ jobs:
environment:
# Customize the JVM maximum heap limit
MAVEN_OPTS: -Xmx3200m
steps:
- checkout
@@ -36,7 +36,6 @@ jobs:
paths:
- ~/.m2
key: v1-dependencies-{{ checksum "pom.xml" }}
# run tests!
- run: mvn integration-test