mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-23 01:40:10 +00:00
17 lines
153 B
YAML
17 lines
153 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- '11'
|
||
|
- '10'
|
||
|
- '8'
|
||
|
- '6'
|
||
|
os:
|
||
|
- linux
|
||
|
- osx
|
||
|
- windows
|
||
|
|
||
|
matrix:
|
||
|
allow_failures:
|
||
|
- os: windows
|
||
|
|
||
|
sudo: false
|