File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: a9860b365e1e458f8b7b7b4f89a5dba898f1aa8c
2+ refs/heads/master: d235a827be0832306701c38c4fe6fb732685846c
33refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44refs/heads/gh-pages: e517774bbe2086967ef8ed5d0b7f2761bc976645
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ anchor_build: &anchor_build
66
77anchor_unittest : &anchor_unittest
88 name : Run unit tests
9- command : mvn -B -DtrimStackTrace=false -fae --quiet -DskipITs install -P release
9+ command : mvn -B -DtrimStackTrace=false -fae --quiet -DskipITs test -P release
1010
1111anchor_docker : &anchor_docker
1212 docker :
1313 - image : circleci/openjdk:8-jdk
1414 environment :
1515 TERM : dumb
16+ MAVEN_OPTS : -Xmx256m
1617
1718anchor_auth_vars : &anchor_auth_vars
1819 environment :
3233 - image : maven:3.5.2-jdk-7
3334 environment :
3435 TERM : dumb
35- MAVEN_OPTS : -Xmx1024m
36+ MAVEN_OPTS : -Xmx512m
3637 steps :
3738 - checkout
3839 - run :
You can’t perform that action at this time.
0 commit comments