Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
Recreate travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ruff committed Feb 15, 2018
1 parent 5c27ff9 commit a3c0e13
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
sudo: false
language: node_js
node_js:
- "8"
cache:
directories:
- node_modules
notifications:
email: false
install:
- yarn install
script:
- yarn lint
- yarn test --coverage
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit a3c0e13

Please sign in to comment.