aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSergiy Oryekhov <sergiyor@microsoft.com>2016-03-24 16:59:45 -0700
committerSergiy Oryekhov <sergiyor@microsoft.com>2016-03-24 16:59:45 -0700
commit38d8a3f82dea1125068f301db6cf3f1944d8fc61 (patch)
tree9cc9005c266dd4e7763cb327cb1f23bc2c9f2db9 /.travis.yml
parent79030c55863d8a98fb67d549c747c9666b4ef2ec (diff)
downloadplatform_external_Microsoft-GSL-38d8a3f82dea1125068f301db6cf3f1944d8fc61.tar.gz
platform_external_Microsoft-GSL-38d8a3f82dea1125068f301db6cf3f1944d8fc61.tar.bz2
platform_external_Microsoft-GSL-38d8a3f82dea1125068f301db6cf3f1944d8fc61.zip
Updating travis script.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3c64230..3fed41b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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