diff --git a/.travis.yml b/.travis.yml index a45680a9..b7dca730 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js node_js: - - "4" + - 'stable' + - '4' sudo: false env: - CXX=g++-4.9 @@ -15,7 +16,16 @@ addons: - libssl-dev - libjpeg62-dev - libgif-dev +before_script: + - npm install -g gulp + - npm install script: - npm run lint - gulp minify - gulp test +install: + - | + wget http://sourceforge.net/p/tellmatic/git/ci/master/tree/img/arial.ttf?format=raw -O Arial.ttf + mkdir -p ~/.fonts + mv Arial.ttf ~/.fonts + fc-cache -f -v diff --git a/README.md b/README.md index d7113a29..642ed6e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Paper.js - The Swiss Army Knife of Vector Graphics Scripting +# Paper.js - The Swiss Army Knife of Vector Graphics Scripting [![Build Status](https://travis-ci.org/paperjs/paper.js.svg?branch=develop)](https://travis-ci.org/paperjs/paper.js) + If you want to work with Paper.js, simply download the latest "stable" version from [http://paperjs.org/download/](http://paperjs.org/download/)