diff options
author | anonimal <anonimal@i2pmail.org> | 2016-07-29 17:10:37 +0000 |
---|---|---|
committer | anonimal <anonimal@i2pmail.org> | 2016-07-29 17:10:37 +0000 |
commit | 659bee6adacfca6f538cbf56e62639f84025857c (patch) | |
tree | ec79cf230fc876486556be2b92fa19c31730bbbc /.travis.yml | |
parent | Merge pull request #937 (diff) | |
download | monero-659bee6adacfca6f538cbf56e62639f84025857c.tar.xz |
Build: add make release-test to 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 ba4df1cc9..9798cd2cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ addons: - libunwind8-dev #sources: #- ubuntu-toolchain-r-test -script: make -j2 && HAVE_DOT=YES doxygen Doxyfile +script: make -j2 && travis_wait make -j2 release-test && HAVE_DOT=YES doxygen Doxyfile notifications: email: false irc: |