first pass of lyrics command
version bump more code cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user