Skip to content

Commit

Permalink
windows: use gnu. pending msys2/MINGW-packages#4409
Browse files Browse the repository at this point in the history
  • Loading branch information
phiresky committed Apr 8, 2020
1 parent 9b00466 commit a19a1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ matrix:
# - xsltproc
# - libxml2-utils
- os: windows
rust: nightly-x86_64-pc-windows-msvc
env: TARGET=x86_64-pc-windows-msvc
rust: nightly-x86_64-pc-windows-gnu
env: TARGET=x86_64-pc-windows-gnu
install: ci/install.sh
script: ci/script.sh
before_deploy: ci/before_deploy.sh
Expand Down

0 comments on commit a19a1d9

Please sign in to comment.