From: Daniel Stenberg Date: Wed, 22 Mar 2017 09:55:10 +0000 (+0100) Subject: travis: run tests-nonflaky instead of tests-full X-Git-Tag: curl-7_54_0~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5091e18e89b721318d982170a84d0d468f58d4bb;p=curl travis: run tests-nonflaky instead of tests-full --- diff --git a/.travis.yml b/.travis.yml index bdd21b094..6f4f928bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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