Skip to content

Commit

Permalink
libssl is not found?
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Mar 3, 2019
1 parent 5e2b792 commit 27ac515
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matrix:
cat <<EOF > ~/.R/Makevars
CXX11=g++-8
CXX11STD=-std=c++11
EOF
- os: linux
r: release
addons:
Expand All @@ -36,7 +36,7 @@ matrix:
cat <<EOF > ~/.R/Makevars
CXX11=g++-8
CXX11STD=-std=c++11
EOF
- os: linux
r: oldrel
addons:
Expand All @@ -52,7 +52,7 @@ matrix:
cat <<EOF > ~/.R/Makevars
CXX11=g++-8
CXX11STD=-std=c++11
EOF
- os: osx
r: release
brew_packages: [email protected]
Expand Down

0 comments on commit 27ac515

Please sign in to comment.