Kaynağa Gözat

Merge pull request #20 from dlrobertson/add_ci

Add test.sh and fmt.sh to travis.yml
Jeremy Soller 7 yıl önce
ebeveyn
işleme
1dd2f61d76
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  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