mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-03 10:47:47 +01:00
macosx travis.
This commit is contained in:
parent
823b922712
commit
d0413068fd
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
|
||||
# Mac OS X.
|
||||
|
@ -13,8 +13,7 @@ git:
|
||||
submodules: false
|
||||
depth: 3
|
||||
|
||||
before_install:
|
||||
- ./.travis-before-install.sh
|
||||
before_install: ./.travis-before-install.sh
|
||||
|
||||
install: true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user