diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index bf9ff1785..db2206bfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,7 +81,7 @@ script: if [ "$BUILD_TYPE" = "normal" ]; then ./configure --enable-werror make - make TFLAGS=-n test-nonflaky + make test-nonflaky fi - | if [ "$BUILD_TYPE" = "cmake" ]; then |