Skip to content

Commit 8b9f4d5

Browse files
committed
linux mac and android
1 parent 8aaaa29 commit 8b9f4d5

File tree

6 files changed

+160
-153
lines changed

6 files changed

+160
-153
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
kk
12
build
23
*.pyc

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
env:
33
global:
4-
- CONAN_REFERENCE: "OpenSSL/1.0.2n"
4+
- CONAN_REFERENCE: "OpenSSL/1.1.0g"
55
- CONAN_USERNAME: "conan"
66
- CONAN_LOGIN_USERNAME: "lasote"
77
- CONAN_CHANNEL: "testing"

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
PYTHON_VERSION: "2.7.8"
66
PYTHON_ARCH: "32"
77

8-
CONAN_REFERENCE: "OpenSSL/1.0.2n"
8+
CONAN_REFERENCE: "OpenSSL/1.1.0g"
99
CONAN_USERNAME: "conan"
1010
CONAN_LOGIN_USERNAME: "lasote"
1111
CONAN_CHANNEL: "testing"

0 commit comments

Comments
 (0)