Skip to content

Commit af967c0

Browse files
committedJun 10, 2020
Update Travis for latest versions of node
1 parent 576f26c commit af967c0

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed
 

‎.travis.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
language: node_js
22

33
node_js:
4-
- '4'
5-
- '6'
6-
- '8'
4+
- '10'
5+
- '12'
76
- 'lts/*'
87
- 'stable'
98

109
sudo: false
11-
12-
notifications:
13-
email:
14-
smcarthur@mozilla.com
15-
irc:
16-
channels:
17-
- 'irc.mozilla.org#fxa-bots'
18-
use_notice: false
19-
skip_join: false

0 commit comments

Comments
 (0)
Please sign in to comment.