Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
25e366f2
Commit
25e366f2
authored
Jan 14, 2017
by
yoogx
Browse files
* Disable brew for OS X
parent
ef934880
Changes
1
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
25e366f2
...
@@ -41,8 +41,9 @@ cache:
...
@@ -41,8 +41,9 @@ cache:
before_install
:
before_install
:
-
which python
-
which python
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python --universal --framework ; fi
#- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
#- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python --universal --framework ; fi
install
:
install
:
# Check if the GNAT package is already available in the cache directory. If
# Check if the GNAT package is already available in the cache directory. If
...
...
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