Skip to content

Commit

Permalink
chore: update to generator-videojs-plugin@7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Aug 29, 2018
1 parent a760125 commit 634be2b
Show file tree
Hide file tree
Showing 3 changed files with 2,297 additions and 1,254 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
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

Loading

0 comments on commit 634be2b

Please sign in to comment.