.travis.yml 276 B

1234567891011
  1. before_install:
  2. - yes | sudo add-apt-repository ppa:hansjorg/rust
  3. - yes | sudo add-apt-repository ppa:cmrx64/cargo
  4. - sudo apt-get update
  5. install:
  6. - sudo apt-get install rust-nightly cargo
  7. script:
  8. - cargo build
  9. - rustc --test src/exa.rs -o exa-test
  10. - ./exa-test