Browse Source

remove -v from ci

ruki 6 years ago
parent
commit
6b7088af59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -70,7 +70,7 @@ script:
       brew install mingw-w64;
       brew install mingw-w64;
       CC="" travis_wait 60 xmake l ./scripts/test.lua -D -p mingw;
       CC="" travis_wait 60 xmake l ./scripts/test.lua -D -p mingw;
     elif [ "$MATRIX_PLAT" = "android" ]; then 
     elif [ "$MATRIX_PLAT" = "android" ]; then 
-      travis_wait 60 xmake l ./scripts/test.lua -v -D -p android --ndk=`pwd`/android-ndk-r19c;
+      travis_wait 60 xmake l ./scripts/test.lua -D -p android --ndk=`pwd`/android-ndk-r19c;
     else
     else
       travis_wait 60 xmake l ./scripts/test.lua -D;
       travis_wait 60 xmake l ./scripts/test.lua -D;
     fi
     fi