first commit
This commit is contained in:
29
.travis.yml
Normal file
29
.travis.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
language: rust
|
||||
|
||||
jobs:
|
||||
allow_failures:
|
||||
- os: osx
|
||||
name: macOS 10.15
|
||||
|
||||
include:
|
||||
- stage: Lint
|
||||
os: linux
|
||||
before_script:
|
||||
- rustup component add rustfmt
|
||||
- rustup component add clippy
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cargo clippy -- -D warnings
|
||||
|
||||
- stage: Build
|
||||
os: linux
|
||||
|
||||
- os: osx
|
||||
|
||||
- os: osx
|
||||
name: macOS 10.15
|
||||
osx_image: xcode12
|
||||
|
||||
|
||||
script:
|
||||
- cargo build
|
||||
Reference in New Issue
Block a user