2017-12-21 17:20:14 +01:00
# Warning: This file is automatically synced from https://github.com/ipfs/ci-sync so if you want to change it, please change it there and ask someone to sync all repositories.
2016-05-19 18:47:48 +02:00
sudo : false
language : node_js
2016-10-03 23:15:21 +11:00
matrix :
include :
- node_js : 6
2017-07-20 20:13:52 -07:00
env : CXX=g++-4.8
2017-09-03 12:18:18 +01:00
- node_js : 8
2016-10-03 23:15:21 +11:00
env : CXX=g++-4.8
2017-09-03 12:18:18 +01:00
# - node_js: stable
# env: CXX=g++-4.8
2016-05-19 18:47:48 +02:00
script :
- npm run lint
2017-09-03 12:18:18 +01:00
- npm run test
2017-12-21 17:20:14 +01:00
- npm run coverage
2016-05-19 18:47:48 +02:00
before_script :
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2017-12-21 17:20:14 +01:00
after_success :
- npm run coverage-publish
2016-05-19 18:47:48 +02:00
addons :
firefox : 'latest'
apt :
sources :
- ubuntu-toolchain-r-test
packages :
- g++-4.8