-
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.
- Loading branch information
1 parent
a760125
commit 634be2b
Showing
3 changed files
with
2,297 additions
and
1,254 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.