2017-12-22 14:38:01 +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-20 21:29:53 +02:00
sudo : false
language : node_js
2017-09-03 12:30:52 +01:00
2016-11-03 10:23:33 +01:00
matrix :
include :
- node_js : 6
env : CXX=g++-4.8
2017-09-03 12:30:52 +01:00
- node_js : 8
env : CXX=g++-4.8
2016-05-20 21:29:53 +02:00
script :
- npm run lint
2017-09-03 12:30:52 +01:00
- npm run test
2016-05-20 21:29:53 +02:00
before_script :
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
after_success :
- npm run coverage-publish
addons :
firefox : 'latest'
apt :
sources :
- ubuntu-toolchain-r-test
packages :
2017-09-03 12:30:52 +01:00
- g++-4.8