mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
5fd0640d5f
Also make sure we're testing the minified sources, as that could cause additional problems.
24 lines
377 B
YAML
24 lines
377 B
YAML
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 bower
|
|
- bower install
|
|
script:
|
|
- npm run lint
|
|
- gulp minify
|
|
- gulp test
|