Skip to content

Commit

Permalink
Merge pull request #9 from ollelauribostrom/travis-config
Browse files Browse the repository at this point in the history
Updating the Travis config
  • Loading branch information
ollelauribostrom committed Sep 6, 2018
2 parents 24ecd26 + c79c6c5 commit a4a8a17
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@ sudo: false
language: node_js
node_js:
- '8'
env:
# avoid ALSA errors
- AUDIODEV=null
- '10'
branches:
only:
- master
cache:
directories:
- node_modules
before_install:
- sudo apt-get install -y libasound2-dev alsa-utils alsa-oss
- sudo modprobe snd-dummy
- sudo apt-get install -y libasound2-dev
- npm update
install:
- npm install
Expand Down

0 comments on commit a4a8a17

Please sign in to comment.