Commit 5091e18e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

travis: run tests-nonflaky instead of tests-full

parent 207f5889
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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