Get build working

This commit is contained in:
Peter Squicciarini
2018-08-13 14:24:40 -04:00
parent 83847916ca
commit 206f1e77e2
6 changed files with 63 additions and 30 deletions

View File

@@ -2,9 +2,8 @@
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
brew install node python yarn jq zip
brew install yarn --without-node
brew install jq zip
else
sudo apt-get install libx11-dev libxkbfile-dev libsecret-1-dev fakeroot rpm
nvm install 8
nvm use 8
fi