]> granicus.if.org Git - curl/commitdiff
travis: run tests-nonflaky instead of tests-full
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Mar 2017 09:55:10 +0000 (10:55 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Mar 2017 09:55:10 +0000 (10:55 +0100)
.travis.yml

index bdd21b094876497aac9ea497de497be5d507f7a7..6f4f928bcc2a3e1a2f77c53f8d9960b8283f7031 100644 (file)
@@ -14,7 +14,7 @@ install:
 before_script:
   - ./buildconf
 
-script: ./configure --enable-debug && make && make test-full
+script: ./configure --enable-debug && make && make test-nonflaky
 
 compiler:
   - clang