aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-05-28 22:52:17 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2016-05-28 22:52:17 +0300
commitd3d37c4296a0d6a222ca4b22defaa66e6a34ecbc (patch)
tree5b8795dfba9f715f9e7da2cd00fa9e8d262e1c40
parentd2d1f778662268a414dccf011f673d3a62713c1d (diff)
downloadmeson-d3d37c4296a0d6a222ca4b22defaa66e6a34ecbc.zip
meson-d3d37c4296a0d6a222ca4b22defaa66e6a34ecbc.tar.gz
meson-d3d37c4296a0d6a222ca4b22defaa66e6a34ecbc.tar.bz2
Travis conf cleanup.
-rw-r--r--.travis.yml2
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 .