You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
689 B
27 lines
689 B
sudo: required
|
|
dist: trusty
|
|
language: node_js
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
notifications:
|
|
hipchat:
|
|
rooms:
|
|
secure: l5TTd5JuPAW883PtcyaIBcJI9Chr9JpsZPQAEUBKAgIEwzuS6y7t5arlkS1PwH6gi1FADzYDf+OXSIou4GkTSrIetnBcT/SAgF0gBKgIhj+eRkuCfZ4VaC7BPhfZ0hgYRE+5Ejf5BM2MJafRm0pj7OlqG4xKrQZwtuV1te5r3JY=
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#videojs"
|
|
use_notice: true
|
|
before_install:
|
|
- npm install -g greenkeeper-lockfile@1
|
|
before_script:
|
|
# always install the appropriate version of video.js for the environment
|
|
- npm i "video.js@$VJS";
|
|
- greenkeeper-lockfile-update
|
|
after_script: greenkeeper-lockfile-upload
|
|
|
|
env:
|
|
- VJS=5
|
|
- VJS=6
|
|
addons:
|
|
chrome: stable
|