diff options
author | 2020-01-01 04:17:07 +0100 | |
---|---|---|
committer | 2020-01-01 04:17:07 +0100 | |
commit | 43c20c60d05a920dfca8c133760a132c8396e73e (patch) | |
tree | 0f37b75dd16fc3f69c36b80490b59775a7a75672 | |
parent | Fix the test failures (diff) | |
download | packages-5-43c20c60d05a920dfca8c133760a132c8396e73e.tar.gz packages-5-43c20c60d05a920dfca8c133760a132c8396e73e.tar.bz2 packages-5-43c20c60d05a920dfca8c133760a132c8396e73e.zip |
Speed up the travis builds
Speed up the builds by using the prebuild images instead
of building it again.
Signed-off-by: Max Magorsch <max@magorsch.de>
-rw-r--r-- | .travis/travis.docker.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis/travis.docker.yml b/.travis/travis.docker.yml index 96317c0..0489786 100644 --- a/.travis/travis.docker.yml +++ b/.travis/travis.docker.yml @@ -8,7 +8,8 @@ before_install: - docker build -t gentoo/gpackages:latest . script: - # Run tests + # Run tests using the prebuild image + - sed -i 's/build:\s./image: gentoo\/gpackages:latest/'g docker-compose.test.yml - docker-compose -f docker-compose.test.yml up --exit-code-from http-serving ## TODO Use either DockerHub or Github Packages and uncomment this block afterwards ## Publish the docker image and run the tests |