Skip to content

Commit dacb5ce

Browse files
committed
Standardizing Travis scripts across mashlib projects
See SolidOS/mashlib#83 for more info
1 parent 798ca51 commit dacb5ce

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.10"
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)