From 2932486ab556e714b4c2cef9fdeaa2af800abade Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sun, 22 Jun 2014 20:34:08 +0900 Subject: [PATCH] update travis config --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5bccf52b..fc6103f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ before_script: - cd build script: - perl --version - - cmake .. && make && make no-act - - cmake -DCMAKE_BUILD_TYPE=Debug .. && make && make no-act + - cmake .. && make test + - cmake -DCMAKE_BUILD_TYPE=Debug .. && make test