diff options
author | anonimal <anonimal@i2pmail.org> | 2016-07-30 00:09:37 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2016-07-30 00:09:37 +0000 |
commit | e890f51b15472ad2bc4302d2070aac473ca4a655 (patch) | |
tree | 24ca5bd755696aed8bc968c72182cb541d3a649d /.travis.yml | |
parent | Build: add vanilla clang to Travis CI (diff) | |
download | monero-e890f51b15472ad2bc4302d2070aac473ca4a655.tar.xz |
Build: take out tests in Travis CI
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 68732575e..1e11d543c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ addons: - libunwind8-dev #sources: #- ubuntu-toolchain-r-test -script: make -j2 && travis_wait make -j2 release-test && HAVE_DOT=YES doxygen Doxyfile +script: make -j2 && HAVE_DOT=YES doxygen Doxyfile notifications: email: false irc: |