Skip to content

Commit

Permalink
attempt to make travis use msvc-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
prixt committed Mar 29, 2020
1 parent ed972e4 commit 313ced5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ os:

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libasound2-dev libgtk-3-dev libwebkit2gtk-4.0-dev ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then rustup default x86_64-pc-windows-msvc ; fi

script:
- cargo build --verbose --release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soundsense-rs"
version = "1.5.1"
version = "1.5.2"
build = "build.rs"
authors = ["prixt <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit 313ced5

Please sign in to comment.