We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7ceb1 commit 98abeddCopy full SHA for 98abedd
.travis.yml
@@ -3,13 +3,8 @@ dist: trusty
3
language: bash
4
services: docker
5
env:
6
- global:
7
- - USE_CONTAINER=true
8
matrix:
9
- - TARGET_OS=linux TARGET_ARCH=amd64
10
- - TARGET_OS=darwin TARGET_ARCH=amd64
11
- - TARGET_OS=windows TARGET_ARCH=amd64
12
- # - TARGET_OS=linux TARGET_ARCH=386
13
- # - TARGET_OS=darwin TARGET_ARCH=386
14
- # - TARGET_OS=windows TARGET_ARCH=386
15
-script: make dco fmt lint vet test-long coverage-send
+ - TARGET_OS=linux TARGET_ARCH=amd64 TARGETS="make dco fmt lint vet test-long coverage-send"
+ - TARGET_OS=darwin TARGET_ARCH=amd64 TARGETS="cross"
+ - TARGET_OS=windows TARGET_ARCH=amd64 TARGETS="cross"
+script: USE_CONTAINER=true make "$TARGETS"
0 commit comments