1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Speed up the osx build

This commit is contained in:
Martin Tůma 2017-12-03 12:11:54 +01:00
parent d70f0cf9e0
commit 3ce1918645

View File

@ -5,7 +5,6 @@ os:
- osx
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
install: