Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit 42a1002

Browse files
authored
Setup travis CI for building and linting (#31)
1 parent 1c20d78 commit 42a1002

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js: "8"
3+
install:
4+
- npm install
5+
script:
6+
- npm run build
7+
- npm run lint

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"scripts": {
3232
"prep": "npm install && bower install && mkdirp dist",
33+
"build": "tsc",
3334
"test": "karma start",
3435
"lint": "tslint -p . --type-check -t verbose"
3536
}

0 commit comments

Comments
 (0)