17 lines
201 B
YAML
Executable file
17 lines
201 B
YAML
Executable file
sudo: false
|
|
arch:
|
|
- amd64
|
|
- ppc64le
|
|
language: node_js
|
|
node_js:
|
|
- '6'
|
|
- '8'
|
|
- '10'
|
|
- '12'
|
|
- '14'
|
|
- '15'
|
|
- lts/*
|
|
notifications:
|
|
email:
|
|
- rod@vagg.org
|
|
- matteo.collina@gmail.com
|