js-libp2p/.travis.yml

24 lines
480 B
YAML
Raw Permalink Normal View History

# 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
2016-11-26 03:12:30 +01:00
matrix:
include:
- 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:
- 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