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

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Jan 20, 2019
1 parent b12e6da commit ebebaa2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sudo: false
language: node_js
node_js:
- "10"

before_script:
- npm install

script:
- npm test

0 comments on commit ebebaa2

Please sign in to comment.