Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): npm audit fix --force; update travis.yml
  • Loading branch information
johnjbarton committed Aug 20, 2019
commit e24074cf1129d1c18ba46ca19a4ff7ada922a9ef
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
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
Loading