Skip to content

Commit

Permalink
I don't think we need this.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebfull committed Oct 13, 2015
1 parent b1d1984 commit 3285d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: cpp

before_install:
- sudo apt-get install -y libgmp-dev libssl-dev libgtest-dev libboost libcrypto++-dev libboost-program-options-dev
- sudo apt-get update
- sudo apt-get install -y libgmp-dev libssl-dev libgtest-dev libcrypto++-dev libboost-program-options-dev

script:
- LIBSNARK_FLAGS="NO_PROCPS=1 NO_GTEST=1 NO_DOCS=1 STATIC=1" ./get-libsnark
Expand Down

1 comment on commit 3285d59

@defuse
Copy link

@defuse defuse commented on 3285d59 Oct 14, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.