Skip to content

Commit

Permalink
Setup travis CI for building and linting (tensorflow#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmilkov authored Aug 12, 2017
1 parent 1c20d78 commit 42a1002
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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"
install:
- npm install
script:
- npm run build
- npm run lint
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"scripts": {
"prep": "npm install && bower install && mkdirp dist",
"build": "tsc",
"test": "karma start",
"lint": "tslint -p . --type-check -t verbose"
}
Expand Down

0 comments on commit 42a1002

Please sign in to comment.