travis: run tests-nonflaky instead of tests-full

This commit is contained in:
Daniel Stenberg 2017-03-22 10:55:10 +01:00
parent 207f588987
commit 5091e18e89
1 changed files with 1 additions and 1 deletions

View 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