Merge pull request #20 from dlrobertson/add_ci

Add test.sh and fmt.sh to travis.yml
This commit is contained in:
Jeremy Soller
2018-03-06 20:40:13 -07:00
committed by GitHub
+7
View File
@@ -0,0 +1,7 @@
language: rust
cache: cargo
before_script:
- rustup component add rustfmt-preview
script:
- bash ./fmt.sh -- --write-mode=diff
- bash ./test.sh