flumm-fetch-cookies/.travis.yml
jkhsjdhjs 788475a1ea
travis: use nodejs 13
previous versions require the --experimental-modules flag
2019-11-26 04:34:39 +01:00

8 lines
88 B
YAML

language: node_js
node_js:
- '13'
install:
- npm install
script:
- npm test