Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
alpanayotov committed Oct 20, 2020
1 parent 0b32650 commit 7a27e6a
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
sudo: false
node_js:
- 'lts/*'
install:
- yarn
script:
- yarn build

0 comments on commit 7a27e6a

Please sign in to comment.