Skip to content

Commit

Permalink
Update travis plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
F1LT3R committed Mar 29, 2018
1 parent eaa23dc commit 5c8d789
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,17 @@ install:
test:
- "yarn test"
notifications:
after_success: 'yarn run coveralls'
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

0 comments on commit 5c8d789

Please sign in to comment.