Skip to content

Commit

Permalink
test: Add a test, fix the build, update generator verison (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored Aug 27, 2019
1 parent 804c713 commit 17c7ee0
Show file tree
Hide file tree
Showing 6 changed files with 3,856 additions and 4,880 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
sudo: false
dist: trusty
language: node_js
# node version is specified using the .nvmrc file
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
addons:
firefox: latest
chrome: stable

apt:
update: true
# libav-tools is needed by firefox for h.264 support on linux
packages:
libav-tools
services:
- xvfb
Loading

0 comments on commit 17c7ee0

Please sign in to comment.