UNPKG

405 BYAMLView Raw
1sudo: false
2language: node_js
3notifications:
4 email: false
5node_js:
6 - 4
7 - 6
8matrix:
9 fast_finish: true
10env:
11 global:
12 - CXX=g++-4.8
13script: npm run travis
14addons:
15 apt:
16 sources:
17 - ubuntu-toolchain-r-test
18 packages:
19 - g++-4.8
20before_install:
21 - npm i -g npm@^3.0.0
22before_script:
23 - npm prune
24after_success:
25 - npm install -g npx
26 - npx -p node@8 npm run semantic-release