attempt 1 at trying to get tests to work on travis

This commit is contained in:
DD 2017-10-06 13:55:28 -04:00
parent 8d405b586d
commit c67370ab80

View file

@ -10,6 +10,8 @@ env:
global: global:
- NODE_ENV=production - NODE_ENV=production
install: install:
- apt-get update && apt-get install -y libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev pkg-config
- npm install canvas
- npm --production=false install - npm --production=false install
- npm --production=false update - npm --production=false update
before_deploy: before_deploy: