Travis: Re-enable linux builds
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -1,11 +1,10 @@
|
||||
language: cpp
|
||||
compiler: gcc
|
||||
os: osx
|
||||
#matrix:
|
||||
# include:
|
||||
# - env: TARGET_OS=win32
|
||||
# - env: TARGET_OS=win64
|
||||
# - os: osx
|
||||
matrix:
|
||||
include:
|
||||
- env: TARGET_OS=win32
|
||||
- env: TARGET_OS=win64
|
||||
- os: osx
|
||||
before_install:
|
||||
- sh ${TRAVIS_BUILD_DIR}/.travis/${TRAVIS_OS_NAME}.${TARGET_OS}.before_install.sh
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user