summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-22 21:44:16 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-22 21:48:18 +0100
commit0e1ab371e3ba20a55b9a39be005951cae3835223 (patch)
treeafe27c429f89b2e1aeab159bd52d3d4b31791721 /.travis.yml
parentd2afbccb36a784174b6f0b3aca0510a8c052a74a (diff)
Show active package list at the start of the build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index cca13492..df6a984d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,5 +11,4 @@ before_install:
11 - docker pull lambdacube3d/lambdacube3d 11 - docker pull lambdacube3d/lambdacube3d
12 12
13script: 13script:
14 - docker run --rm -it -v `pwd`:/root/source/lambdacube-compiler lambdacube3d/lambdacube3d 14 - docker run --rm -it -v `pwd`:/root/source/lambdacube-compiler lambdacube3d/lambdacube3d /bin/sh -c "/root/source/lambdacube-compiler/travis-build.sh"
15 /bin/sh -c "/root/source/lambdacube-compiler/travis-build.sh"