macosx travis.

This commit is contained in:
Martin Rotter 2016-08-24 10:37:48 +02:00
parent 823b922712
commit d0413068fd
2 changed files with 11 additions and 12 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
# Mac OS X.

View File

@ -13,8 +13,7 @@ git:
submodules: false
depth: 3
before_install:
- ./.travis-before-install.sh
before_install: ./.travis-before-install.sh
install: true