Skip to content

Commit 8132b78

Browse files
committed
Run tests on Node.js LTS versions
Closes #213
1 parent 067f61a commit 8132b78

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
end_of_line = LF
44
indent_style = tab
55
indent_size = 2
6+
7+
[*.yml]
8+
indent_style = space
9+
indent_size = 2

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
sudo: false
22
language: node_js
3-
node_js: 7
3+
node_js:
4+
- 6
5+
- 8
6+
- node
47
before_install:
58
- ./bin/firefox-allow-popups.sh
69
- "export DISPLAY=:99.0"

0 commit comments

Comments
 (0)