Skip to content

Commit

Permalink
fix(travis): Fix travis build #1
Browse files Browse the repository at this point in the history
  • Loading branch information
HriBB committed Oct 25, 2018
1 parent dc50e55 commit d25d125
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
language: node_js
env: CXX=g++-4.9
cache: yarn
node_js: '10'
notifications:
email: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- build-essential
- g++-4.9
- libcairo2-dev
- libpango1.0-dev
- libssl-dev
- libjpeg62-dev
- libgif-dev
- pkg-config
after_success:
- yarn travis-deploy-once "yarn semantic-release"
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit d25d125

Please sign in to comment.