chore: attempt to fix Travis builds (#931)

This commit is contained in:
Andrew Scheller 2016-12-04 03:25:54 +00:00 committed by Juan Cruz Viotti
parent 9c02f976ae
commit 9d92d58711

View File

@ -45,13 +45,13 @@ install:
- npm install -g bower
- npm install -g electron-installer-debian
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
make electron-develop
make electron-develop;
fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install afsctool;
fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
make electron-develop
make electron-develop;
fi
before_script: