UNPKG

457 BYAMLView Raw
1language: node_js
2before_install:
3 - sudo add-apt-repository -y ppa:mc3man/trusty-media
4 - sudo apt-get -qq update
5 - sudo apt-get install -y ffmpeg
6script:
7 - npm run test
8after_script:
9 - npm run coverage
10cache:
11 directories:
12 - ~/.npm
13notifications:
14 email: false
15sudo: required
16dist: trusty
17node_js:
18 - '10'
19 - '9'
20 - '8'
21after_success:
22 - npm run travis-deploy-once "npm run semantic-release"
23branches:
24 except:
25 - /^v\d+\.\d+\.\d+$/