1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 15:37:24 +00:00
Files
TypeScript-Node-Starter/.travis.yml

15 lines
182 B
YAML

sudo: false
language: node_js
node_js:
- 8
- 9
- 10
services:
- mongodb
cache:
directories:
- node_modules
script:
- npm run build
- npm run test