Skip to content

Commit

Permalink
Switch to Trusty
Browse files Browse the repository at this point in the history
  • Loading branch information
pezholio committed Dec 5, 2016
1 parent 41a2513 commit b1598ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dist: trusty
sudo: true
language: node_js
node_js:
- '5.1.0'
Expand All @@ -9,10 +11,12 @@ before_script:
script:
- npm test
before_deploy:
- sudo apt-get install wine
- sudo dpkg --add-architecture i386
- sudo apt-get -qq update
- sudo apt-get install wine1.6
- npm install -g gulp
- npm install electron-packager -g
- travis_wait gulp build
- gulp build
deploy:
provider: releases
skip_cleanup: true
Expand Down

0 comments on commit b1598ef

Please sign in to comment.