Skip to content

Commit

Permalink
Merge pull request #123 from kreuzerk/develop
Browse files Browse the repository at this point in the history
Package instead of build
  • Loading branch information
nivekcode authored Nov 14, 2017
2 parents f2ea64d + 93e2cc1 commit 718f2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
- npm install
script:
- npm run lint
- npm run build
- npm run package
after_success:
- npm run test-coverage
- npm run report-coverage
Expand Down

0 comments on commit 718f2fa

Please sign in to comment.