Skip to content

Commit

Permalink
Run danger on the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 1, 2016
1 parent b32cf0d commit 8380258
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ language: node_js
node_js:
- "6.1"

script:
- npm test
- npm run build
- npm link
- danger

after_script:
- npm run flow
- npm run lint

0 comments on commit 8380258

Please sign in to comment.