Skip to content

Commit 0bf5a45

Browse files
authored
Merge pull request #165 from solid/upgrade-node
Standardizing Travis scripts across mashlib projects
2 parents 798ca51 + d9421af commit 0bf5a45

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
v12.7.0

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
language: node_js
2+
node_js:
3+
- "8.12"
4+
- "8"
5+
- "10.3"
6+
- "10"
7+
- "12.0"
8+
- "12"
9+
- "lts/*"
10+
- "node"
211
install:
3-
- npm install
12+
- npm ci
413
script:
514
- npm test
615
# Make sure it still builds successfully - the build isn't actually used yet:

0 commit comments

Comments
 (0)