Skip to content

Commit

Permalink
added g++ stuff for compiling canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
gutomaia committed Jul 23, 2016
1 parent 7b857ba commit f152b23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -5,10 +5,13 @@ cache:
- bower_components
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libcairo2-dev
- libgif-dev
- libjpeg8-dev
- g++-4.8
firefox: "latest"
googlechrome: "latest"
before_script:
Expand All @@ -17,6 +20,8 @@ before_script:
- sleep 3
node_js:
- "4.4"
env:
- CXX=g++-4.8
script: "make ci"
after_script:
- make coverage
Expand Down

0 comments on commit f152b23

Please sign in to comment.