Browse Source

substrate v2: travis

Mokhtar Naamani 5 years ago
parent
commit
b8b59561d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,5 +8,5 @@ before_script:
   - ./setup.sh
 script:
   - cargo fmt --all -- --check
-  - ./build.sh
+  - cargo build
   - cargo test --verbose --all