diff options
author | JF Bastien <github@jfbastien.com> | 2016-01-11 17:28:38 -0800 |
---|---|---|
committer | JF Bastien <github@jfbastien.com> | 2016-01-11 17:28:38 -0800 |
commit | e821979eb433ee0cefed786d46c870caec7a6234 (patch) | |
tree | 03cc8f90b817b3dfa2e533f9c4424bf4ba9f97a2 | |
parent | 500e88b8ed4f94f9f2a9aec04128a0aed2eb3b78 (diff) | |
download | binaryen-e821979eb433ee0cefed786d46c870caec7a6234.tar.gz binaryen-e821979eb433ee0cefed786d46c870caec7a6234.tar.bz2 binaryen-e821979eb433ee0cefed786d46c870caec7a6234.zip |
Shush Travis I don't want your emails
I like you but stop emailing me.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ece8abb59..861e1407d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,3 +37,6 @@ script: - cmake . -DCMAKE_C_FLAGS="$COMPILER_FLAGS" -DCMAKE_CXX_FLAGS="$COMPILER_FLAGS" - make -j2 - ./check.py + +notifications: + email: false |