From 4c871f1776a820731505c1e929a81d471e904bcd Mon Sep 17 00:00:00 2001 From: classicalliu Date: Thu, 12 Jul 2018 12:09:49 +0800 Subject: [PATCH] fix travis ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 901f896..05b1454 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ cache: yarn: true install: - - git clone https://github.com/bitcoin-core/secp256k1.git && cd secp256k1 && ./autogen.sh && ./configure && make && ./tests && sudo make install && cd .. + - git clone https://github.com/bitcoin-core/secp256k1.git && cd secp256k1 && ./autogen.sh && ./configure --enable-module-recovery --enable-experimental --enable-module-ecdh && make && ./tests && sudo make install && cd .. - bundle install - nvm install 8.11.2 - node -v