Skip to content

Commit 52da5ff

Browse files
committed
Try to remove libssl for linux build
1 parent 8bd00c3 commit 52da5ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ before_install:
1212
- cd $GOPATH/src/github.com/git-time-metric/git2go
1313
- git checkout next
1414
- git submodule update --init
15+
- sudo apt-get remove libssl-dev || true
1516
- make install
1617
- cd $TRAVIS_BUILD_DIR
1718

0 commit comments

Comments
 (0)