mirror of
https://github.com/cincheo/jsweet.git
synced 2026-02-07 14:06:35 +00:00
fix travis build
This commit is contained in:
parent
0c84d65296
commit
e25cbd3afc
@ -11,7 +11,7 @@ env:
|
||||
- TEST_DIR=transpiler JSWEET_VERBOSE=false
|
||||
|
||||
script:
|
||||
- cd $TEST_DIR && mvn clean verify
|
||||
- cd $TEST_DIR && mvn clean verify -DskipSigning=true
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
<configuration>
|
||||
<forkCount>0</forkCount>
|
||||
<reuseForks>false</reuseForks>
|
||||
<useSystemClassLoader>false</useSystemClassLoader>
|
||||
<useSystemClassLoader>false</useSystemClassLoader>
|
||||
<includes>
|
||||
<include>**/*.java</include>
|
||||
</includes>
|
||||
@ -179,6 +179,9 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.6</version>
|
||||
<configuration>
|
||||
<skip>${skipSigning}</skip>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>sign-artifacts</id>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user