Skip to content

Commit

Permalink
travis: tell git not to add \r\n on us
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedotexe committed Mar 26, 2020
1 parent 7df9924 commit aa30a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:
- curl https://sh.rustup.rs -sSf -m 60 | sh -s -- -y -v --default-toolchain stable
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then HOME="/c/Users/travis"; fi
- export PATH="$HOME/.cargo/bin:$PATH"
- git config --global core.autocrlf false
- rustup target add wasm32-unknown-unknown
- npm install -g yarn
install:
Expand Down

0 comments on commit aa30a7c

Please sign in to comment.