Skip to content

Commit ab08233

Browse files
committed
openssl?
1 parent 4166fe7 commit ab08233

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
sudo: false
22
language: cpp
3-
compiler:
4-
- gcc
3+
matrix:
4+
include:
5+
- os: linux
6+
dist: trusty
7+
compiler: gcc
8+
- os: osx
9+
compiler: clang
10+
511
script:
12+
- echo hello | openssl dgst -sha512 | cut -d " " -f 2
613
- locale && uname -a && dpkg -l
714
- env
815
- which java

0 commit comments

Comments
 (0)