Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
chore: Update using generator v7.2.4 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroneill committed Sep 5, 2018
1 parent 9bd830e commit eb8d393
Show file tree
Hide file tree
Showing 4 changed files with 685 additions and 239 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
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

Loading

0 comments on commit eb8d393

Please sign in to comment.