We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 443442e + 50b2063 commit d61ddb5Copy full SHA for d61ddb5
.travis.yml
@@ -21,16 +21,6 @@ matrix:
21
compiler:
22
addons:
23
before_install:
24
- - env: jobname=Windows
25
- os: linux
26
- compiler:
27
- addons:
28
- before_install:
29
- script:
30
- - >
31
- test "$TRAVIS_REPO_SLUG" != "git/git" ||
32
- ci/run-windows-build.sh $TRAVIS_BRANCH $(git rev-parse HEAD)
33
- after_failure:
34
- env: jobname=Linux32
35
os: linux
36
ci/run-windows-build.sh
0 commit comments