Skip to content

Commit

Permalink
chore(deps): npm audit fix --force; update travis.yml (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Aug 20, 2019
1 parent 0e2800b commit 57d4bd3
Show file tree
Hide file tree
Showing 3 changed files with 7,353 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ node_js:
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3 # Give xvfb time to to start
- npm install -g npm
- npm config set loglevel warn

Expand All @@ -15,3 +16,5 @@ before_script:

script:
- grunt

dist: trusty # Impacts this script, eg xvfb

0 comments on commit 57d4bd3

Please sign in to comment.