Browse Source

Merge branch 'master' of github.com:rust-osdev/acpi

Isaac Woods 7 năm trước cách đây
mục cha
commit
c32b59c92e
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -11,5 +11,13 @@ matrix:
     - rust: beta
   fast_finish: true
 
+before_script:
+  - rustup component add rustfmt-preview
+
+script:
+  - cargo fmt --all -- --write-mode=check
+  - cargo build
+  - cargo test
+
 notifications:
   email: change