Skip to content

Commit

Permalink
chore: Update development tooling (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored and misteroneill committed Jan 24, 2019
1 parent af9c527 commit d1171ec
Show file tree
Hide file tree
Showing 22 changed files with 11,488 additions and 397 deletions.
14 changes: 0 additions & 14 deletions .jshintrc

This file was deleted.

1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
sudo: false
dist: trusty
dist: xenial
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

services:
- xvfb
Loading

0 comments on commit d1171ec

Please sign in to comment.