Browse Source

travis: oops, forgot to set OSes

pull/2/head
Alibek Omarov 6 years ago
parent
commit
184ca6517c
  1. 4
      .travis.yml

4
.travis.yml

@ -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…
Cancel
Save