Fixed merge conflicts with master, with new release testing options.

This commit is contained in:
Luke Anderson
2019-03-28 19:57:00 +11:00
50 changed files with 3808 additions and 711 deletions

View File

@@ -8,10 +8,12 @@ before_install:
- sudo chown -R $USER /usr/local/include/google
script:
- cargo build --verbose --all
- cargo build --verbose --release --all
- cargo test --verbose --all
- cargo test --verbose --release --all
- cargo fmt --all -- --check
# No clippy until later...
#- cargo clippy
- cargo test --verbose --all
rust:
- stable
- beta