Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
Set up travis (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw committed Nov 5, 2018
1 parent d3aeab6 commit cb74e8a
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 @@
dist: trusty
sudo: false
language: node_js
node_js:
- 'stable'
cache:
directories:
- node_modules
script:
- yarn build

0 comments on commit cb74e8a

Please sign in to comment.