Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
Add .gitignore and travis configure
Browse files Browse the repository at this point in the history
  • Loading branch information
edward-hsu-1994 committed Nov 18, 2017
1 parent 01997cf commit 0784a0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package-lock.json
dist/
node_modules/
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "8"
before_install:
- npm install -g typescript
script:
- npm run test

0 comments on commit 0784a0d

Please sign in to comment.