Skip to content

Commit

Permalink
Fix typo in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Aug 14, 2014
1 parent 8e7d763 commit 6d4861b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d4861b

Please sign in to comment.