-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to generator-videojs-plugin@7.2.0
- Loading branch information
1 parent
9f73ac4
commit 9660214
Showing
3 changed files
with
2,623 additions
and
1,589 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,16 @@ | ||
sudo: false | ||
dist: trusty | ||
language: node_js | ||
node_js: | ||
- 'lts/*' | ||
# node version is specified using the .nvmrc file | ||
before_install: | ||
- npm install -g greenkeeper-lockfile@1 | ||
- npm install -g greenkeeper-lockfile@1 | ||
before_script: | ||
- export CHROME_BIN=/usr/bin/google-chrome | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
- greenkeeper-lockfile-update | ||
after_script: greenkeeper-lockfile-upload | ||
after_script: | ||
- greenkeeper-lockfile-upload | ||
addons: | ||
firefox: latest | ||
apt: | ||
sources: | ||
- google-chrome | ||
packages: | ||
- google-chrome-stable | ||
chrome: stable | ||
|
Oops, something went wrong.