Fix typo in .travis.yml
This commit is contained in:
parent
8e7d763310
commit
6d4861b472
|
@ -7,7 +7,7 @@ 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
|
- git clone https://github.com/sipa/secp256k1.git
|
||||||
- cd secp256k1
|
- cd secp256k1
|
||||||
- ./configure && make && sudo make install
|
- ./autogen.sh && ./configure && make && sudo make install
|
||||||
script:
|
script:
|
||||||
- cargo build
|
- cargo build
|
||||||
- cargo test
|
- cargo test
|
||||||
|
|
Loading…
Reference in New Issue