diff --git a/.travis.yml b/.travis.yml index 23947ce..07db06d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,17 @@ install: test: - "yarn test" notifications: -after_success: 'yarn run coveralls' \ No newline at end of file +after_success: 'yarn run coveralls' +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - libcairo2-dev + - libjpeg8-dev + - libpango1.0-dev + - libgif-dev + - g++-4.9 +env: + - CXX=g++-4.9 +sudo: false \ No newline at end of file