Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 2c9ac2d

Browse files
committed
Updating Travis CI
Adding logical versions and failure ability on nightly builds
1 parent bda5bed commit 2c9ac2d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.travis.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "8"
5-
- "7"
64
- "6"
5+
- "7"
6+
- "8"
7+
- "9"
8+
- "10"
9+
- "11"
10+
- "node"
11+
12+
cache: npm
13+
14+
matrix:
15+
fast_finish: true
16+
allow_failures:
17+
- node_js: node
718

819
script:
920
- npm run lint

0 commit comments

Comments
 (0)