diff options
author | anonimal <anonimal@i2pmail.org> | 2016-07-13 00:45:06 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2016-07-13 00:45:06 +0000 |
commit | f025622ff2e9dd4afaed9e05062c4ac2708189f6 (patch) | |
tree | 1c8115298abef5188d00a274e44572d67c80515f /.travis.yml | |
parent | Travis-CI: implement first-draft configuration. (diff) | |
download | monero-f025622ff2e9dd4afaed9e05062c4ac2708189f6.tar.xz |
Travis-CI: remote redundant make release-test.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 60c0b403e..2026cba5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,6 @@ addons: - libunwind8-dev #sources: #- ubuntu-toolchain-r-test -script: make -j2 && make -j2 release-test && HAVE_DOT=YES doxygen Doxyfile +script: make -j2 && HAVE_DOT=YES doxygen Doxyfile notifications: email: false |