paper.js/.travis.yml

31 lines
556 B
YAML
Raw Normal View History

2015-12-01 23:42:28 -05:00
language: node_js
node_js:
- '4'
sudo: false
env:
- CXX=g++-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
- libcairo2-dev
- libpango1.0-dev
- libssl-dev
- libjpeg62-dev
- libgif-dev
before_script:
- npm install -g gulp
- npm install
script:
- gulp jshint
- gulp minify
- gulp test
install:
- |
2016-01-29 07:02:51 -05:00
wget http://sourceforge.net/p/tellmatic/git/ci/master/tree/img/arial.ttf?format=raw -O arial.ttf
mkdir -p ~/.fonts
2016-01-29 07:02:51 -05:00
mv arial.ttf ~/.fonts
fc-cache -f -v