Skip to content

Commit

Permalink
Chore: update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Oct 27, 2018
1 parent ac4cb6e commit c849a27
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
* text=auto eol=lf
16 changes: 16 additions & 0 deletions .travis.yml
@@ -1,5 +1,10 @@
sudo: false

os:
- linux
- osx
- windows

language: node_js
node_js:
- "6.0.0"
Expand All @@ -12,6 +17,17 @@ env:
- ESLINT_VERSION=4
- ESLINT_VERSION=5

matrix:
exclude:
# ESLint 5 supports Node.js 6.14.0 and up.
- node_js: "6.0.0"
env: ESLINT_VERSION=5
# Reduce build jobs.
- os: osx
env: ESLINT_VERSION=4
- os: windows
env: ESLINT_VERSION=4

before_script:
- npm i --no-save async
- npm i --no-save eslint@$ESLINT_VERSION; true
Expand Down

0 comments on commit c849a27

Please sign in to comment.