diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-03-22 10:55:10 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-03-22 10:55:10 +0100 |
commit | 5091e18e89b721318d982170a84d0d468f58d4bb (patch) | |
tree | 8e8bc643c82e6e366f05f98a067dde29ca2bb40f | |
parent | 207f588987855e4ab8bc836c7f45d5323f1f69e5 (diff) |
travis: run tests-nonflaky instead of tests-full
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |