Files
buuh/.travis.yml
T

26 lines
484 B
YAML
Raw Normal View History

2016-05-10 23:23:33 +07:00
node_js:
- '6'
- '8'
2018-06-05 16:04:57 +02:00
- '10'
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