Typo fix.
This commit is contained in:
parent
179c3296e6
commit
03978e2586
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ before_install:
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- if ["{TRAVIS_OS_NAME}}" = osx]; then
|
- if ["{TRAVIS_OS_NAME}" = osx]; then
|
||||||
brew update;
|
brew update;
|
||||||
brew tap homebrew/science;
|
brew tap homebrew/science;
|
||||||
/usr/bin/yes | pip uninstall numpy;
|
/usr/bin/yes | pip uninstall numpy;
|
||||||
|
|
Loading…
Reference in a new issue