summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-09-26 00:44:52 +0200
committerPetr Mrázek <peterix@gmail.com>2015-09-26 00:44:52 +0200
commite4df8165f7ffce8e4c7cb64933cee167b069ea74 (patch)
tree3bd750052a0182123bf6e3fd95ce5c7a6e6d61b7
parent1ab26ef2ad460e4140e81c476194229d750b4bb1 (diff)
downloadMultiMC-e4df8165f7ffce8e4c7cb64933cee167b069ea74.tar
MultiMC-e4df8165f7ffce8e4c7cb64933cee167b069ea74.tar.gz
MultiMC-e4df8165f7ffce8e4c7cb64933cee167b069ea74.tar.lz
MultiMC-e4df8165f7ffce8e4c7cb64933cee167b069ea74.tar.xz
MultiMC-e4df8165f7ffce8e4c7cb64933cee167b069ea74.zip
NOISSUE and even more
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index b03cda59..0894e9d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,6 +31,7 @@ matrix:
notifications:
irc: "irc.esper.net#MultiMC"
+ email: false
# Install dependencies
install:
@@ -43,6 +44,3 @@ before_script:
- cmake -DCMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH ..
script:
- make -j4 && make test ARGS="-V"
-
-notifications:
- email: false