Skip to content

Commit d1171ec

Browse files
brandonocaseymisteroneill
authored andcommitted
chore: Update development tooling (#462)
1 parent af9c527 commit d1171ec

22 files changed

+11488
-397
lines changed

.jshintrc

-14
This file was deleted.

.npmrc

-1
This file was deleted.

.travis.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
sudo: false
2-
dist: trusty
1+
dist: xenial
32
language: node_js
43
# node version is specified using the .nvmrc file
4+
cache: npm
55
before_install:
66
- npm install -g greenkeeper-lockfile@1
77
before_script:
8-
- export DISPLAY=:99.0
9-
- sh -e /etc/init.d/xvfb start
108
- greenkeeper-lockfile-update
119
after_script:
1210
- greenkeeper-lockfile-upload
1311
addons:
1412
firefox: latest
1513
chrome: stable
16-
14+
services:
15+
- xvfb

0 commit comments

Comments
 (0)