aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorrubicks <naroza@gmail.com>2017-12-30 18:17:06 +0000
committerGuido Günther <agx@sigxcpu.org>2018-01-12 13:15:48 +0100
commitf1694df5c8948fbe3866fdfb92c947a2d380e640 (patch)
tree914a00e7fa34e1f6dcd4a7f41e875b7dc44c0ac4 /.travis.yml
parente36592d4b8c37756100dddbe0d6a1332bf31d57f (diff)
Rework docker script to allow to build packages as well
Move `tests/helpers/run-in-docker` to `packaging/run-in-docker` and add package option to build gbp packages in a docker container.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index daac2b50..59101856 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,4 +17,4 @@ install: "pip install -r dev_requirements.txt"
script:
- flake8
- python $(which nosetests) -v tests/doctests/ tests/component/deb/
- - tests/helpers/run-in-docker
+ - packaging/run-in-docker