mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-23 01:40:10 +00:00
16 lines
179 B
YAML
16 lines
179 B
YAML
language: node_js
|
|
node_js:
|
|
- 8
|
|
- 10
|
|
- 12
|
|
before_script:
|
|
- npm install
|
|
script: npm run test
|
|
branches:
|
|
except:
|
|
- gh-pages
|
|
sudo: false
|
|
os:
|
|
- linux
|
|
- osx
|
|
- windows |