Fix
This commit is contained in:
parent
f63c60855e
commit
68c7da141b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
travis_wait 60 mvn install --no-snapshot-updates -DskipTests=true -B -V -q -f testsuite
|
||||
mvn install --no-snapshot-updates -DskipTests=true -f testsuite
|
||||
|
||||
if [ $1 == "old" ]; then
|
||||
mvn test -B --no-snapshot-updates -f testsuite/integration
|
||||
|
|
Loading…
Reference in a new issue