diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7f3617d..8b13401 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,6 @@ before_install: # because it has the MR id to be tested checked out. script: - - pwd - - ls - echo FROM jpakkane/mesonci:xenial > Dockerfile - echo ADD . /root >> Dockerfile - docker build -t withgit . |