We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e40032 + 6a1bcb5 commit 2eda920Copy full SHA for 2eda920
.travis.yml
@@ -7,4 +7,4 @@ os:
7
8
script:
9
- cargo build --verbose
10
-- cargo test --verbose
+- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cargo test --verbose; fi
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "i2cdev"
4
-version = "0.4.0"
+version = "0.4.1"
5
authors = ["Paul Osborne <[email protected]>"]
6
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-embedded/rust-i2cdev"
0 commit comments