Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansukale committed Jun 30, 2018
1 parent eda1548 commit 06e9451
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ build
.grunt
.idea
.yarnclean
.prettierignore

env
node_modules
Expand Down
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js: lts/*
script:
- yarn format:check
- yarn lint
- yarn test
cache:
directories:
- "$HOME/.npm"

0 comments on commit 06e9451

Please sign in to comment.