Add secp256k1 to travis

This commit is contained in:
Andrew Poelstra 2014-08-11 22:05:16 -07:00
parent 38593dd2ab
commit c8f29b8d96
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
install: install:
- sudo apt-get install -qq rust-nightly cargo - sudo apt-get install -qq rust-nightly cargo
- git clone https://github.com/sipa/secp256k1.git
- cd secp256k1
- ./configure && make && sudo make install
script: script:
- cargo build - cargo build
- cargo test - cargo test