Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2013-01-04 20:18:08 +0400
committernulltoken <emeric.fermas@gmail.com>2013-01-04 21:21:46 +0400
commit7d7354da961fca4aa3e2672c3827661c06cfcb41 (patch)
tree0dc2bd33a5f0b8e962fc9ccf992d056e6c19d3e3 /.travis.yml
parent276a3ecb513277d0e43a7fbfccc0d2f854a6e2dc (diff)
Make Travis build fail upon a test failure
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index c11ec6b9..b8571d1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ language: c
install:
- sudo apt-get install cmake mono-devel mono-gmcs
-# Run the Build script
+# Build libgit2, LibGit2Sharp and run the tests
script:
- git submodule update --init
- mkdir cmake-build
@@ -16,9 +16,6 @@ script:
- export LD_LIBRARY_PATH=$PWD/libgit2-bin/lib
- cmake --build . --target install
- cd ..
-
-# Run Tests
-after_script:
- xbuild CI-build.msbuild /t:Deploy
# Only watch the development branch