Travis supports rust directly now :D

This commit is contained in:
Andrew Poelstra 2014-08-28 10:09:51 -07:00
parent 6bf553c6fe
commit 94cecfbd60
1 changed files with 1 additions and 8 deletions

View File

@ -1,15 +1,8 @@
language: rust
before_install:
- sudo add-apt-repository --yes ppa:hansjorg/rust
- sudo add-apt-repository --yes ppa:cmrx64/cargo
- sudo apt-get update -qq
install:
- sudo apt-get install -qq rust-nightly cargo
- git clone https://github.com/sipa/secp256k1.git
- cd secp256k1
- ./autogen.sh && ./configure && make && sudo make install
- sudo ldconfig /usr/local/lib
script:
- cargo build
- cargo test