Skip to content

Commit

Permalink
re-add travis-ci
Browse files Browse the repository at this point in the history
removed in 33d652c
  • Loading branch information
fippo committed Jan 30, 2020
1 parent e7d52f0 commit c4de767
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
dist: bionic
language: node_js
node_js:
- 12

addons:
apt:
packages:
- pulseaudio

env:
matrix:
- BROWSER=chrome BVER=stable

matrix:
fast_finish: true

before_script:
- ./node_modules/travis-multirunner/setup.sh
- pulseaudio --start
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

script:
- npm test && npm run test-travis

after_failure:
- for file in *.log; do echo $file; echo "======================"; cat $file; done || true

0 comments on commit c4de767

Please sign in to comment.