提交 7aec8631 编写于 作者: B Ben S

Get Cargo working on Travis

上级 d2647df0
before_install: before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust - yes | sudo add-apt-repository ppa:hansjorg/rust
- yes | sudo add-apt-repository ppa:cmrx64/cargo
- sudo apt-get update - sudo apt-get update
install: install:
- sudo apt-get install rust-nightly - sudo apt-get install rust-nightly cargo
script: script:
- rustc --test src/exa.rs -o exa-test && ./exa-test - cargo build
- cargo test
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册