mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-09 19:04:39 +00:00
19 lines
198 B
YAML
19 lines
198 B
YAML
language: node_js
|
|
os:
|
|
- linux
|
|
- osx
|
|
- windows
|
|
node_js:
|
|
- stable
|
|
- lts/*
|
|
- 10
|
|
- 8
|
|
install:
|
|
- npm install
|
|
script:
|
|
- npm test
|
|
jobs:
|
|
exclude:
|
|
- os: windows
|
|
node_js: stable
|