Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
10a6aec9
Commit
10a6aec9
authored
Nov 23, 2016
by
neilpang
Browse files
fix ci
parent
7cbe31ba
Changes
1
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
10a6aec9
...
@@ -20,7 +20,8 @@ install:
...
@@ -20,7 +20,8 @@ install:
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update && brew install openssl && brew link openssl --force;
brew update && brew install openssl && brew link openssl --force;
_old_path="$PATH";
_old_path="$PATH";
export PATH=;
export PATH="";
openssl version 2>&1 ||
true
export PATH="$_old_path";
export PATH="$_old_path";
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment