Skip to content

Commit

Permalink
add install librsvg to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Trufi committed Sep 30, 2015
1 parent 5f2ba3b commit 745ba00
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
language: node_js
env:
- CXX=g++-4.8
sudo: false
node_js:
- '0.10'
- '0.12'
- '4.0'
- '0.10'
- '0.12'
- '4.0'
before_install:
- npm install -g gulp
- npm install -g gulp
install:
- npm install
- npm install
script:
- gulp test
- gulp test
after_success: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
&& rm -rf ./coverage
notifications:
slack:
secure: a9AuzDgxCqlUF/eDEZuR1jbX8beIcdWKARvAvAh95eB3G/daWmo/A8SxOPCPW1VP34D/3lCrjF8HJZs3ItqAMuoLvWp3BFnmgTs8KkSIPVm9U7Q6Jcj9HhyCVPBUulprkf33Avj+eYIrUyaVTCZc8U4qaS8qZ5Djk1vCiJsBSk0=
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8

0 comments on commit 745ba00

Please sign in to comment.