Skip to content

Commit

Permalink
Temporary disable SSL support
Browse files Browse the repository at this point in the history
  • Loading branch information
windoze committed Aug 7, 2015
1 parent 67db84f commit 2f75b29
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 @@ -19,7 +19,7 @@ before_install:

install:
# Install GNU GCC 4.9 required by use of C++11
- sudo apt-get install -qq g++-4.9 gcc-4.9 libssl-dev zlib1g-dev cmake redis-server automake libtool flex bison pkg-config
- sudo apt-get install -qq g++-4.9 gcc-4.9 zlib1g-dev cmake redis-server automake libtool flex bison pkg-config
- (sudo rm -f /usr/bin/gcc; sudo ln -sf /usr/bin/gcc-4.9 /usr/bin/gcc)
- (sudo rm -f /usr/bin/g++; sudo ln -sf /usr/bin/g++-4.9 /usr/bin/g++)
# Build boost libraries required by ledger
Expand Down

0 comments on commit 2f75b29

Please sign in to comment.