Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnellebalane committed Jan 25, 2019
1 parent f90ad57 commit 62225a9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: node_js

node_js:
- "10"
- "8"

cache: npm

install: npm ci

before_script:
- npm run lint

script:
- npm test

branches:
only:
- master

0 comments on commit 62225a9

Please sign in to comment.