ethereumjs-wallet/.travis.yml

32 lines
607 B
YAML
Raw Normal View History

2016-03-26 18:20:53 +00:00
language: node_js
node_js:
- "4"
- "6"
- "8"
2016-03-26 18:20:53 +00:00
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
branches:
# We need to whitelist the branches which we want to have "push" automation.
# Pull request automation is not constrained to this set of branches.
only:
- master
2016-03-26 18:20:53 +00:00
env:
matrix:
- CXX=g++-4.8 TEST_SUITE=test
matrix:
fast_finish: true
include:
- os: linux
node_js: "8"
2016-03-26 18:20:53 +00:00
env: CXX=g++-4.8 TEST_SUITE=coveralls
- os: linux
node_js: "8"
2016-03-26 18:20:53 +00:00
env: CXX=g++-4.8 TEST_SUITE=lint
script: npm run $TEST_SUITE