Updating travis script.

This commit is contained in:
Sergiy Oryekhov 2016-03-24 16:59:45 -07:00
parent 79030c5586
commit 38d8a3f82d

View File

@ -56,7 +56,6 @@ install:
before_script:
- cd ${TRAVIS_BUILD_DIR}
- git clone --depth 1 https://github.com/Microsoft/unittest-cpp tests/unittest-cpp
- cmake -H. -Bb -DCMAKE_CXX_COMPILER=$COMPILER -DCMAKE_INSTALL_PREFIX=$PWD/o -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- cmake --build b