aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSean Owen <srowen@gmail.com>2022-02-28 22:20:57 -0600
committerSean Owen <srowen@gmail.com>2022-02-28 22:20:57 -0600
commit5765cc099aa369d32453fd63580b0d5e73dca05a (patch)
tree5a2ee13bbb18046d1cf618fae25d41522b3b4fdd /pom.xml
parenta32ea840c08a1e1d8bf5517865b7f67356c865ea (diff)
downloadzxing-5765cc099aa369d32453fd63580b0d5e73dca05a.tar.gz
Remove Travis test config
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/pom.xml b/pom.xml
index 3b7334d91..760f6f842 100644
--- a/pom.xml
+++ b/pom.xml
@@ -758,33 +758,6 @@
</build>
</profile>
<profile>
- <id>travis</id>
- <properties>
- <!-- dummy to make @{argLine} evaluate when not set by jacoco -->
- <argLine />
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <!-- Limit memory for unit tests in Travis -->
- <argLine>@{argLine} -Xmx512m</argLine>
- <forkCount>1</forkCount>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <configuration>
- <skipSource>true</skipSource>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
<id>appspot</id>
<activation>
<jdk>[,9)</jdk> <!-- Appspot won't work with JDK 9 -->