2017-12-14 08:14:36 +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-11-26 03:12:30 +01:00
sudo : false
2015-08-25 11:00:19 +01:00
language : node_js
2017-09-03 14:39:55 +01:00
2016-11-26 03:12:30 +01:00
matrix :
include :
2018-02-16 18:04:10 +00:00
- node_js : 'stable'
2017-07-20 11:28:31 -07:00
env : CXX=g++-4.8
2016-11-26 03:12:30 +01:00
2015-08-25 11:00:19 +01:00
script :
2017-09-03 14:39:55 +01:00
- npm run test
2016-11-26 03:12:30 +01:00
before_script :
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
addons :
firefox : 'latest'
apt :
sources :
- ubuntu-toolchain-r-test
packages :
2017-07-12 07:37:25 +01:00
- g++-4.8