Skip to content

Commit bdfd55f

Browse files
committed
Removes extra mvn test (included in install anyway)
1 parent 7bd1cc9 commit bdfd55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ before_script:
4242
- cd web && npm install && BROWSERIFYSWAP_ENV='development' npm run bundleProduction && cd ..
4343

4444
script:
45-
- "mvn -Dkey=$API_KEY clean test install -B"
45+
- "mvn -Dkey=$API_KEY clean install -B"
4646

4747
after_success:
4848
# often spotbugs etc take long to be compatible with a future JDK version so skip them

0 commit comments

Comments
 (0)