-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Add a test, fix the build, update generator verison (#184)
- Loading branch information
1 parent
804c713
commit 17c7ee0
Showing
6 changed files
with
3,856 additions
and
4,880 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,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 |
Oops, something went wrong.