소스 검색

Add test.sh and fmt.sh to travis.yml

Do not accept unformatted code.
Dan Robertson 7 년 전
부모
커밋
628c68abe3
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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