Skip to content

Commit c849a27

Browse files
committed
Chore: update .travis.yml
1 parent ac4cb6e commit c849a27

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Diff for: .gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

Diff for: .travis.yml

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
sudo: false
22

3+
os:
4+
- linux
5+
- osx
6+
- windows
7+
38
language: node_js
49
node_js:
510
- "6.0.0"
@@ -12,6 +17,17 @@ env:
1217
- ESLINT_VERSION=4
1318
- ESLINT_VERSION=5
1419

20+
matrix:
21+
exclude:
22+
# ESLint 5 supports Node.js 6.14.0 and up.
23+
- node_js: "6.0.0"
24+
env: ESLINT_VERSION=5
25+
# Reduce build jobs.
26+
- os: osx
27+
env: ESLINT_VERSION=4
28+
- os: windows
29+
env: ESLINT_VERSION=4
30+
1531
before_script:
1632
- npm i --no-save async
1733
- npm i --no-save eslint@$ESLINT_VERSION; true

0 commit comments

Comments
 (0)