Explorar o código

Merge pull request #20 from dlrobertson/add_ci

Add test.sh and fmt.sh to travis.yml
Jeremy Soller %!s(int64=7) %!d(string=hai) anos
pai
achega
1dd2f61d76
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

@@ -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