Skip to content

Commit

Permalink
feat: add travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
travis_joe committed Dec 13, 2019
1 parent 1307770 commit 09a7a45
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 @@
language: node_js
sudo: true
node_js:
- '10.16'
before_install: skip
- yarn audit
install:
- yarn
script:
- yarn run build

0 comments on commit 09a7a45

Please sign in to comment.