travis: oops, forgot to set OSes

This commit is contained in:
Alibek Omarov 2019-03-29 23:22:47 +03:00
parent f4c36f49db
commit 184ca6517c
1 changed files with 2 additions and 2 deletions

View File

@ -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