Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Force using npm 5.2.0 to work around this issue in package script npm…
Browse files Browse the repository at this point in the history
  • Loading branch information
bilou84 committed Oct 28, 2017
1 parent 80bca37 commit e48cb33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ node_js: "node"
cache:
directories:
- node_modules
before_install:
before_install:
- npm i -g [email protected]
- sudo dpkg --add-architecture i386
- sudo apt-get -qq update
- sudo apt-get install wine1.6
Expand Down

0 comments on commit e48cb33

Please sign in to comment.