Only run script on linux
This commit is contained in:
parent
234cf2d847
commit
0f9eec887f
@ -123,7 +123,10 @@ install:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd ${TRAVIS_BUILD_DIR}
|
- cd ${TRAVIS_BUILD_DIR}
|
||||||
- ./scripts/check_taginfo.py taginfo.json profiles/car.lua
|
- |
|
||||||
|
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
|
||||||
|
./scripts/check_taginfo.py taginfo.json profiles/car.lua
|
||||||
|
fi
|
||||||
- rvm use 1.9.3
|
- rvm use 1.9.3
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundle install
|
- bundle install
|
||||||
|
Loading…
Reference in New Issue
Block a user