summaryrefslogtreecommitdiffstats
path: root/node_modules/bl/.travis.yml
blob: 1044a0925bb0a72941e034eaad09bd5053d2f956 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sudo: false
language: node_js
node_js:
  - '4'
  - '6'
  - '8'
  - '9'
  - '10'
branches:
  only:
    - master
notifications:
  email:
    - rod@vagg.org
    - matteo.collina@gmail.com