From 5091e18e89b721318d982170a84d0d468f58d4bb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Mar 2017 10:55:10 +0100 Subject: travis: run tests-nonflaky instead of tests-full --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3