added audioplayer contrib module
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
sudo: required
|
||||
dist: trusty
|
||||
language: node_js
|
||||
node_js:
|
||||
- "6.9.4"
|
||||
before_install:
|
||||
- export CHROME_BIN=chromium-browser
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
install:
|
||||
- npm prune
|
||||
- npm install
|
||||
- npm update
|
||||
script:
|
||||
- npm run test
|
||||
- npm run build
|
||||
- npm run doc
|
||||
Reference in New Issue
Block a user