diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-05-18 11:19:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-05-18 14:43:16 -0700 |
commit | ceba4b1628590fc169c6fe794c480823b719eb7a (patch) | |
tree | f1e562999ab4da83661cd0e57576df79956a839e /.travis.yml | |
parent | d0d599470adc946a78dcce2ce53114518e82ace3 (diff) | |
download | subsurface-ceba4b1628590fc169c6fe794c480823b719eb7a.tar.gz |
Travis: remove old Windows build
The container build should now handle all we need.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 2219505dd..6fe18c7b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,11 +26,6 @@ matrix: - libssh2 update: true - - env: SUBSURFACE_PLATFORM='windows' - os: linux - dist: trusty - language: c++ - - env: SUBSURFACE_PLATFORM='windows-container' os: linux filter_secrets: false |