]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Rustfmt
[rust.git] / .travis.yml
index 9ee74793c72dba138316264d0a91c8927d6603c3..f32a95d2d46fb8a818d6a83dc8f3548a08f29b91 100644 (file)
@@ -2,15 +2,15 @@ sudo: false
 language: rust
 cache: cargo
 
+os:
+  - linux
+  - osx
+
 rust:
   - nightly
 
 script:
-  - rustup component add rust-src
-  - cargo install xargo || echo "Skipping xargo install"
-  - cargo install hyperfine || echo "Skipping hyperfine install"
-  - ./prepare_libcore.sh
-  - ./build.sh
+  - ./prepare.sh && ./test.sh
 
 env:
   - RUST_BACKTRACE=1