Skip to content

Commit

Permalink
Merge pull request #123 from HeroicKatora/windows
Browse files Browse the repository at this point in the history
Make it possible to checkout the repo under Windows
  • Loading branch information
HeroicKatora authored Apr 29, 2019
2 parents 787e9c6 + 12c403a commit 82d28c1
Show file tree
Hide file tree
Showing 745 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: rust
os:
- linux
- osx
- windows
rust:
- stable
- nightly
matrix:
include:
- rust: stable
- rust: stable
env: FLAGS="--no-default-features"
- rust: nightly
- rust: nightly
env: FLAGS="-Z minimal-versions"
script:
Expand Down
Loading

0 comments on commit 82d28c1

Please sign in to comment.