1
0
mirror of https://github.com/fuse-friends/fuse-native synced 2024-10-27 18:34:01 +00:00

try to fix travis

This commit is contained in:
Mathias Buus 2019-11-19 14:11:14 +01:00
parent 34b158fa43
commit d195bed59c

View File

@ -21,7 +21,8 @@ os:
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then cinst -y python2; fi - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then cinst -y python2; fi
after_install: install:
- npm install
- sudo ./bin.js configure - sudo ./bin.js configure
before_deploy: before_deploy: