Skip to content

Commit 8cc917e

Browse files
authored
---
yaml --- r: 10023 b: refs/heads/master c: d235a82 h: refs/heads/master i: 10021: be39dc8 10019: 5991794 10015: 199ca7e
1 parent d583a9b commit 8cc917e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a9860b365e1e458f8b7b7b4f89a5dba898f1aa8c
2+
refs/heads/master: d235a827be0832306701c38c4fe6fb732685846c
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: e517774bbe2086967ef8ed5d0b7f2761bc976645
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ anchor_build: &anchor_build
66

77
anchor_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

1111
anchor_docker: &anchor_docker
1212
docker:
1313
- image: circleci/openjdk:8-jdk
1414
environment:
1515
TERM: dumb
16+
MAVEN_OPTS: -Xmx256m
1617

1718
anchor_auth_vars: &anchor_auth_vars
1819
environment:
@@ -32,7 +33,7 @@ jobs:
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:

0 commit comments

Comments
 (0)