diff --git a/.travis.yml b/.travis.yml index bd0ad30..7bee83b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ language: rust -rust: - - nightly -script: cd Rust && cargo build \ No newline at end of file +rust: nightly +script: cd Rust && cargo build