diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-05-28 22:52:17 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-05-28 22:52:17 +0300 |
commit | d3d37c4296a0d6a222ca4b22defaa66e6a34ecbc (patch) | |
tree | 5b8795dfba9f715f9e7da2cd00fa9e8d262e1c40 | |
parent | d2d1f778662268a414dccf011f673d3a62713c1d (diff) | |
download | meson-d3d37c4296a0d6a222ca4b22defaa66e6a34ecbc.zip meson-d3d37c4296a0d6a222ca4b22defaa66e6a34ecbc.tar.gz meson-d3d37c4296a0d6a222ca4b22defaa66e6a34ecbc.tar.bz2 |
Travis conf cleanup.
-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 . |