Browse Source

Update .travis.yml

pull/1417/head
José Eduardo Montenegro Cavalcanti de Oliveira GitHub 3 years ago
parent
commit
bda14f9c7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      .travis.yml

+ 0
- 3
.travis.yml View File

@@ -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"



Loading…
Cancel
Save