mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Avoid parallel gwt build in Travis
This commit is contained in:
parent
367c7953cc
commit
456edd7197
|
@ -64,4 +64,23 @@
|
||||||
<name>ZXing Appspot-based encoder</name>
|
<name>ZXing Appspot-based encoder</name>
|
||||||
<description>GWT-based encoder app hosted at zxing.appspot.com</description>
|
<description>GWT-based encoder app hosted at zxing.appspot.com</description>
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>travis</id>
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>gwt-maven-plugin</artifactId>
|
||||||
|
<version>${gwt.version}</version>
|
||||||
|
<configuration>
|
||||||
|
<!-- don't build in parallel on Travis -->
|
||||||
|
<localWorkers>1</localWorkers>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue