Travis update

Try removing that unnecessary linux job
This commit is contained in:
Lukas W
2015-01-15 21:22:33 +01:00
parent f15f8ce3df
commit 4cfba53f71

View File

@@ -4,12 +4,9 @@ matrix:
exclude:
- os: linux
include:
- os: linux
env: TARGET_OS=linux
- os: linux
env: TARGET_OS=win32
- os: linux
env: TARGET_OS=win64
- env: TARGET_OS=linux
- env: TARGET_OS=win32
- env: TARGET_OS=win64
- os: osx
before_install:
- if [ $TRAVIS_OS_NAME == linux ]; then