Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mikakrooswijk committed Jun 10, 2019
1 parent 10b6790 commit 84fbf4b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Empty file added .npmignore
Empty file.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: nodejs

before_script:
- npm install

script:
- npm run build

after_success:
- npm pack
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,8 @@
"rollup-plugin-node-resolve": "^4.2.3",
"ts-jest": "^24.0.2",
"typescript": "^3.4.5"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 84fbf4b

Please sign in to comment.