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

Commit 83217de

Browse files
committed
Updated travis config.
1 parent d79928b commit 83217de

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)