Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit d56dd8b

Browse files
authored
Update .travis.yml
Disabled tests for Travis again due to 4 MB logfile limitation
1 parent f4ec201 commit d56dd8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ language: java
1515
#- cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DWITH_GIR=OFF -DWITH_GTK_DOC=ON -DWITH_PYTHON=OFF
1616

1717
script:
18-
mvn install
19-
#-DskipTests=true
18+
mvn install -DskipTests=true

0 commit comments

Comments
 (0)