language: node_js node_js: - 'stable' - '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: - 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