Run tests on travis (#180)

This commit is contained in:
Andrey Kutejko 2019-07-25 17:46:55 +02:00 committed by Timon
parent 762c3a9b8e
commit 8223cc9e4a

View File

@ -12,10 +12,7 @@ os:
- osx - osx
- windows - windows
branches:
only:
- master
script: script:
- cargo build - cargo build
- cargo fmt -- --check - cargo fmt -- --check
- cargo test -- --nocapture --test-threads 1