2016-05-10 23:23:33 +07:00
|
|
|
node_js:
|
2016-06-29 08:06:04 -07:00
|
|
|
- '6'
|
2017-05-24 13:02:33 +02:00
|
|
|
- '7'
|
2017-10-03 16:06:19 -03:00
|
|
|
- '8'
|
2016-05-10 23:23:33 +07:00
|
|
|
sudo: false
|
|
|
|
|
language: node_js
|
2017-03-31 22:17:53 +02:00
|
|
|
env:
|
|
|
|
|
- CXX=g++-4.8
|
|
|
|
|
notifications:
|
|
|
|
|
irc:
|
|
|
|
|
on_success: change
|
|
|
|
|
on_failure: always
|
|
|
|
|
use_notice: true
|
|
|
|
|
channels:
|
|
|
|
|
- "chat.freenode.net#choo"
|
|
|
|
|
template:
|
|
|
|
|
- "%{repository_slug} #%{build_number} %{result}: %{build_url}"
|
2016-07-04 08:12:59 -07:00
|
|
|
addons:
|
|
|
|
|
apt:
|
2017-03-31 22:17:53 +02:00
|
|
|
sources:
|
|
|
|
|
- ubuntu-toolchain-r-test
|
2016-07-04 08:12:59 -07:00
|
|
|
packages:
|
2017-03-31 22:17:53 +02:00
|
|
|
- g++-4.8
|
2017-03-21 03:00:45 +01:00
|
|
|
script: npm run test
|
|
|
|
|
# after_script: npm i -g codecov.io && cat ./coverage/lcov.info | codecov
|