summaryrefslogtreecommitdiff
path: root/.travis/before_install.sh
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2017-07-07 11:33:37 +0200
committerRémi Flamary <remi.flamary@gmail.com>2017-07-07 11:33:37 +0200
commit8845f0ac1b5ec734a040d180a07fd206b3d7f9cf (patch)
tree3a2a2c5657b99478734ad1ffe262796739036ce0 /.travis/before_install.sh
parent0ddf9e3323343d4a83e43b80a162f87f23f6219b (diff)
lastest osx test
Diffstat (limited to '.travis/before_install.sh')
-rwxr-xr-x.travis/before_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/before_install.sh b/.travis/before_install.sh
index edd6eee..60d1dcf 100755
--- a/.travis/before_install.sh
+++ b/.travis/before_install.sh
@@ -6,6 +6,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
# e.g. brew install pyenv-virtualenv
#brew update
#brew install python
+ echo do othing
else