Skip to content

Commit

Permalink
update node; add dbus-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Feb 11, 2018
1 parent 10836fd commit d9d8fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ matrix:

- os: linux
language: node_js
node_js: "6"
node_js: "9"

before_install:
- wget -nc https://dl.winehq.org/wine-builds/Release.key
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-key add Release.key; fi
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ -y; fi
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get update -q; fi
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install --install-recommends winehq-stable -y; fi
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install libdbus-1-dev -y; fi

before_script:
- if [ $TRAVIS_OS_NAME = linux ]; then npm install --save mpris-service dbus; fi
- if [ $TRAVIS_OS_NAME = linux ]; then npm install electron-rebuild; fi
- if [ $TRAVIS_OS_NAME = linux ]; then node_modules/.bin/electron-rebuild; fi

Expand Down

0 comments on commit d9d8fe6

Please sign in to comment.