Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Sutar authored and ssutar committed Oct 12, 2018
1 parent 8abbb82 commit 9f8f58d
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
sudo: false
language: node_js
node_js:
- "10"
- "9"
- "8"
- "7"
- "6"
before_install:
- "nvm install-latest-npm"
before_script:
- 'if [ -n "${ESLINT-}" ]; then yarn add --dev "eslint@${ESLINT}" ; fi'
script:
- 'if [ -n "${TEST-}" ]; then yarn test ; fi'
env:
global:
- TEST=true
matrix:
- ESLINT=5
- ESLINT=4
- ESLINT=3
matrix:
fast_finish: true
include:
- node_js: "lts/*"
allow_failures:
- env: ESLINT=5
Loading

0 comments on commit 9f8f58d

Please sign in to comment.