Skip to content

Commit

Permalink
Update build to run linting and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham42 committed Jun 30, 2017
1 parent 1fd06ac commit ca3e22a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: node_js
node_js:
- 4.4.0
before_script:
- 'npm install -g karma-cli'
- stable
install:
- npm install
script:
- npm run lint
- npm run test

0 comments on commit ca3e22a

Please sign in to comment.