mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
6c1056b665
Disable running tests in Firefox on Travis for regular PRs as it wasn't the case previously and is broken for some reason. We'll follow up in the future in #5626. Update .travis.yml based on their latest infrastructure and new npm caching method. Silence logging of sourceset test sources. Closes #5616
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
dist: xenial
|
|
language: node_js
|
|
cache: npm
|
|
before_install:
|
|
- npm install -g greenkeeper-lockfile@1
|
|
before_script:
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
- greenkeeper-lockfile-update
|
|
after_script: greenkeeper-lockfile-upload
|
|
after_failure:
|
|
- npm ls --depth=1
|
|
after_success:
|
|
- npm run assets
|
|
addons:
|
|
chrome: stable
|
|
|
|
env:
|
|
global:
|
|
- secure: K6JpKwMkfNaJix3Bb0tLjVMzHMJgtBXdd/dvfw1BMb9DCBpd81PqXbDs7yXCddUxnUPTBPxZCrQgWsw71Wn+qEoIG5MU3uOT5A2rBbx/yZonVAGv5ed/9w0xk0OzO383CmPMFqwqtp9YmdmqGjQBkYXVXJjTvNTOAExFSdhO+3U=
|
|
- secure: GIbhjUJapvC70nIZVlhVyK+3KAD2TVKpiY/q412OO7V2izbvcM1tvU3LBoMZbROzrt5TT84tCoJDvHnrpL0OvxPwrzL5CUU7h4UTxhTOyQkEinbYAnWlW9wdrvtdczsEvANkFPqBZ53B3hVHZHMLOG8QRWaTBicF68vSHEJFqb4=
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- chat.freenode.net#videojs
|
|
use_notice: true
|
|
on_success: never
|
|
webhooks:
|
|
- http://pam.videojs.com/savage/travis
|
|
slack:
|
|
secure: LrF8K6mCYWlUt6SvdbGHazyQZSk/opKoiB/wgoGYaGc9+3wYXkVexY0WkO1m6wBKhUqXRAMVMFszr1wqKgdcxtItmFMMj8HqTLI1MVqgKqYX4Ux3CnEHJQiwxIk0aVL7lHLsZTXV/2Y0QIOYmAnCrgy46klETrk0ZuXf5okpu2Q=
|
|
|