Procházet zdrojové kódy

Merge pull request #20 from dlrobertson/add_ci

Add test.sh and fmt.sh to travis.yml
Jeremy Soller před 7 roky
rodič
revize
1dd2f61d76
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  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