Skip to content

Commit 8bd27c2

Browse files
committed
removed mac from tests.. it doesnt work well
1 parent 273fa73 commit 8bd27c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ script:
4242
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_SHARED_LIBS=ON -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_C_COMPILER="$CC" .. && make;
4343
ctest -V;
4444
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_SHARED_LIBS=OFF -DCMAKE_CXX_COMPILER="$CXX" -DCMAKE_C_COMPILER="$CC" .. && make;
45+
ctest -V;
4546
fi
46-
- ctest -V
4747

4848
notifications:
4949
email: false

0 commit comments

Comments
 (0)