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

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed May 19, 2019
1 parent 3baaf1a commit 2cf2395
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
dist: xenial
language: node_js
node_js: node

cache:
directories:
- node_modules

# will run `npm install` automatically here

script:
- npm test
- npm run build

notifications:
email: false

0 comments on commit 2cf2395

Please sign in to comment.