Fix typo in .travis.yml

This commit is contained in:
Andrew Poelstra 2014-08-14 07:41:52 -07:00
parent 8e7d763310
commit 6d4861b472
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ install:
- sudo apt-get install -qq rust-nightly cargo
- git clone https://github.com/sipa/secp256k1.git
- cd secp256k1
- ./configure && make && sudo make install
- ./autogen.sh && ./configure && make && sudo make install
script:
- cargo build
- cargo test