From bda14f9c7cf9e6e01920f9b57ee8085242c26fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Eduardo=20Montenegro=20Cavalcanti=20de=20Olive?= =?UTF-8?q?ira?= Date: Fri, 7 May 2021 22:59:37 -0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8bde31259..e63e5863b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,21 +15,18 @@ jobs: # linux with macOS cross-compilation - os: linux compiler: gcc - dist: trusty env: - TARGET="macos" # linux with win32 cross-compilation - os: linux compiler: gcc - dist: trusty env: - TARGET="win32" # linux with win64 cross-compilation - os: linux compiler: gcc - dist: trusty env: - TARGET="win64"