Skip to content

Commit 7de96f6

Browse files
committed
Fix travis issue
1 parent 7fd1cd3 commit 7de96f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,11 @@
199199
<groupId>net.alchim31.maven</groupId>
200200
<artifactId>scala-maven-plugin</artifactId>
201201
<version>${scala-maven-plugin.version}</version>
202+
<configuration>
203+
<args>
204+
<arg>-nobootcp</arg>
205+
</args>
206+
</configuration>
202207
</plugin>
203208

204209
</plugins>

0 commit comments

Comments
 (0)