Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
This should hopefully fix CI
  • Loading branch information
danreeves authored Mar 23, 2020
1 parent fb84930 commit fe07c25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ matrix:
include:
- env: TARGET=armv7-unknown-linux-gnueabihf
- env: TARGET=x86_64-unknown-linux-musl
- env: TARGET=x86_64-unknown-linux-gnu
- env: TARGET=x86_64-apple-darwin
os: osx
- env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
- os: windows
env: TARGET=x86_64-pc-windows-msvc
- env: TARGET=x86_64-pc-windows-gnu
os: windows

before_install:
- set -e
Expand Down

0 comments on commit fe07c25

Please sign in to comment.