Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit ec564d2

Browse files
committed
Updated travis config.
1 parent 4d42a7a commit ec564d2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "5"
5-
- "6"
6-
- "7"
3+
- '6'
4+
- '8'
5+
- '10'
6+
- '11'
77
before_install:
8-
- if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
9-
- npm install doxdox -g
8+
- if [[ `npm -v` != 6* ]]; then npm i -g npm@6; fi
9+
- npm install doxdox -g
1010
after_success:
11-
- npm run test:docs
11+
- npm run test:docs
1212
sudo: false

0 commit comments

Comments
 (0)