Przeglądaj źródła

Merge pull request #20 from dlrobertson/add_ci

Add test.sh and fmt.sh to travis.yml
Jeremy Soller 7 lat temu
rodzic
commit
1dd2f61d76
1 zmienionych plików z 7 dodań i 0 usunięć
  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