1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00

Merge pull request #204 from peterblazejewicz/fix/travis-yml-nodejs-versions

Specify NodeJS version as strings in Travis configuration
This commit is contained in:
Orta
2019-07-15 17:09:19 -04:00
committed by GitHub

View File

@@ -1,9 +1,9 @@
sudo: false
language: node_js
node_js:
- 8
- 9
- 10
- "8"
- "9"
- "10"
services:
- mongodb
cache: