language: ruby rvm: - 2.0.0 before_script: - git clone git@github.com:bitcoin/secp256k1.git - cd secp256k1 - ./autogen.sh - ./configure - make - make install