diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2017-11-17 12:17:26 +0800 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <cvicentiu@gmail.com> | 2017-11-21 13:07:26 +0200 |
commit | 325c9ce9b39a7695bf217cd92fc36034b2e8207b (patch) | |
tree | 601b78a06f5320308e39e8b94dc7bf18cc97440a /.travis.yml | |
parent | b9e029d706e5b4432b87cfcb1cd0cb122da8997c (diff) | |
download | mariadb-git-325c9ce9b39a7695bf217cd92fc36034b2e8207b.tar.gz |
Travis-CI: slim down the deb build so it passes in the 50 minute time limit
The Debian packaging build was failing on Travis-CI due to timeouts.
These changes make it faster by skipping less relevant parts of the build,
like the test suite, RocksDB, TokuDB and Mroonga.
Also fix the usage of the 'make -j' flag to not have any spaces as
recommended in an example in the Debian policy.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index da16770e4e7..ce4037ca484 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,7 +82,6 @@ matrix: - fakeroot script: - ${CC} --version ; ${CXX} --version - - source .travis.compiler.sh # https://github.com/travis-ci/travis-ci/issues/7062 - /run/shm isn't writable or executable # in trusty containers - export MTR_MEM=/tmp |