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 committed May 17, 2019
1 parent 94033bf commit a9434ac
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
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
19 changes: 14 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9434ac

Please sign in to comment.