diff --git a/.travis.yml b/.travis.yml index 68272227..65d195a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,8 @@ branches: - master - develop script: + - pwd + - cd build_directory # Build in debug mode with double precision - cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug —DDOUBLE_PRECISION_ENABLED=True -DCOMPILE_TESTS=True ../ - make && make test ARGS="-V"