Skip to content

Commit

Permalink
Add travis support
Browse files Browse the repository at this point in the history
Travis will only test if a repository has .travis.yml

This is only setting up continuous integration; we can add deployment
another time.

Issue #1
  • Loading branch information
slifty committed Sep 17, 2020
1 parent fa71c75 commit d6642e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js

script:
- npm run lint
- npm run test

node_js:
- 12

0 comments on commit d6642e5

Please sign in to comment.