Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit ed07e4b

Browse files
author
Matt Bernier
authored
Merge pull request #22 from gr8shivam/patch-1
Updated travis config
2 parents d25b652 + cd3ae65 commit ed07e4b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.12"
5-
- "iojs"
63
- "4"
4+
- "5"
5+
- "6"
6+
- "7"
7+
- "8"
8+
- "node"
9+
- "lts/*"
710
before_install:
811
- npm install -g npm@2
912
notifications:
@@ -15,4 +18,4 @@ notifications:
1518
Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong>
1619
<a href="https://github.com/%{repository}/commits/%{commit}">View on GitHub</a>'
1720
format: html
18-
notify: true
21+
notify: true

0 commit comments

Comments
 (0)