travis: oops, forgot to set OSes
This commit is contained in:
parent
f4c36f49db
commit
184ca6517c
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ jobs:
|
||||||
- # ...
|
- # ...
|
||||||
name: "Build for OSX"
|
name: "Build for OSX"
|
||||||
cache: ccache
|
cache: ccache
|
||||||
os: linux
|
os: osx
|
||||||
before_script:
|
before_script:
|
||||||
- sh scripts/travis_common_deps.sh
|
- sh scripts/travis_common_deps.sh
|
||||||
- sh scripts/travis_${TRAVIS_OS_NAME}_deps.sh
|
- sh scripts/travis_${TRAVIS_OS_NAME}_deps.sh
|
||||||
|
@ -73,7 +73,7 @@ jobs:
|
||||||
- # ...
|
- # ...
|
||||||
name: "Build for Windows MSVC"
|
name: "Build for Windows MSVC"
|
||||||
cache: ccache
|
cache: ccache
|
||||||
os: linux
|
os: windows
|
||||||
before_script:
|
before_script:
|
||||||
- sh scripts/travis_common_deps.sh
|
- sh scripts/travis_common_deps.sh
|
||||||
- sh scripts/travis_${TRAVIS_OS_NAME}_deps.sh
|
- sh scripts/travis_${TRAVIS_OS_NAME}_deps.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue