diff --git a/.travis.yml b/.travis.yml index 9dce3c1..38b4b33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ -matrix: - include: - language: rust - rust: nightly - os: linux - cache: cargo - script: - - cd Rust - - cargo build +language: rust +rust: + - nightly +os: + - linux +cache: cargo +script: + - cd Rust + - cargo build