Skip to content

Commit

Permalink
ci(.travis.yml): Update Travis config to use Node-12
Browse files Browse the repository at this point in the history
Minor changes to use Node-12. Adds couple APT packages. Updates "package-lock.json" so we can use
the prebuilt canvas package.
  • Loading branch information
plroebuck authored and boneskull committed Jun 6, 2019
1 parent d02a096 commit 082d987
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ stages:

# defaults
language: node_js
node_js: '11'
node_js: '12'
addons:
apt:
packages:
# Growl
- libnotify-bin
# Canvas
- libpango1.0-dev
- libgif-dev
# `nvm install` happens before the cache is restored, which means
# we must install our own npm elsewhere (`~/npm`)
before_install: |
Expand Down

0 comments on commit 082d987

Please sign in to comment.