1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 12:07:34 +00:00
Files
TypeScript-Node-Starter/.travis.yml
Piotr Błażejewicz (Peter Blazejewicz) db005fa89b [ci] update Node version for Travis build (#319)
Should fix issues with failing CI checks on updated packages.

/cc @samal-rasmussen
2021-02-05 20:05:35 +01:00

14 lines
175 B
YAML

sudo: false
language: node_js
node_js:
- 12
- 14
services:
- mongodb
cache:
directories:
- node_modules
script:
- npm run build
- npm run test