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

Commit bd482f9

Browse files
authored
Merge pull request #99 from apiaryio/honzajavorek/node
Drop Node 4 support, test Node 8-10
2 parents 7a74a57 + 8c267ea commit bd482f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
sudo: false
22
language: "node_js"
33
node_js:
4-
- "4"
54
- "6"
5+
- "8"
6+
- "10"
67
env:
78
global:
89
# GH_TOKEN and NPM_TOKEN encrypted by 'travis encrypt' utility

0 commit comments

Comments
 (0)