Skip to content

Commit d1f5ae8

Browse files
author
Stephen von Takach
committed
make sure curl is installed
1 parent 77a8c9d commit d1f5ae8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ rvm:
55
- rbx-2
66
- jruby-20mode
77
before_install:
8+
- sudo apt-get update -qq
9+
- sudo apt-get install curl
810
- sudo apt-get purge -y openssl libssl-dev
911
- curl -o openssl.tar.gz https://www.openssl.org/source/openssl-1.0.2a.tar.gz
1012
- cd openssl

0 commit comments

Comments
 (0)