diff options
author | Peter Powell <petpow@saberuk.com> | 2016-08-19 14:15:34 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-08-19 16:10:00 +0100 |
commit | 9f364d430460c07a2abad0f7501e063628b850f1 (patch) | |
tree | f59e385af71849a09de29461216f2cb6d708cc8a /tools | |
parent | 047e30a4179acb6cfe926c5f6fc4e447addd69ed (diff) |
Don't try to run `inspircd --version` after doing a Travis build.
All of the files will have already been removed by test-build.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/travis-ci.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/travis-ci.sh b/tools/travis-ci.sh index 8828532b0..521d91e38 100755 --- a/tools/travis-ci.sh +++ b/tools/travis-ci.sh @@ -16,4 +16,3 @@ fi set -e export TEST_BUILD_MODULES="m_geoip.cpp,m_ldap.cpp,m_mysql.cpp,m_pgsql.cpp,m_regex_pcre.cpp,m_regex_posix.cpp,m_regex_tre.cpp,m_sqlite3.cpp,m_ssl_gnutls.cpp,m_ssl_openssl.cpp" ./tools/test-build $CXX -./run/bin/inspircd --version |