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: http://git.ipfire.org/?a=commitdiff_plain;h=5091e18e89b721318d982170a84d0d468f58d4bb;p=thirdparty%2Fcurl.git travis: run tests-nonflaky instead of tests-full --- diff --git a/.travis.yml b/.travis.yml index bdd21b0948..6f4f928bcc 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