From 4583a2dd03a737a6a51eeb2dfe092f7146c5d857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Thu, 15 Jun 2017 21:46:19 +0200 Subject: [PATCH] Run all tests on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44abfd5..e4bf9b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,4 +59,4 @@ script: - mkdir build/ && cd build/ - $CMAKE -DCMAKE_CXX_FLAGS="-Werror -pedantic -Wall -Wextra -Wconversion -Wsign-conversion -Wno-parentheses" -DLLVM_DOWNLOAD_OS_NAME=$LLVM_DOWNLOAD_OS_NAME -DLLVM_PREFERRED_VERSION=$LLVM_VERSION ../ - $CMAKE --build . - - ./test/cppast_test + - if [[ "$LLVM_VERSION" == "4.0.0" ]]; then ./test/cppast_test \*; else ./test/cppast_test; fi