Skip to content

Commit

Permalink
feat: run benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
yourtion committed Jan 6, 2019
1 parent 95df1b1 commit 3a4cf7a
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 @@ -5,7 +5,7 @@ addons:
organization: "yourtion-github"
script:
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_NODE_VERSION" = '10' && "$TRAVIS_BRANCH" = "master" ]]; then
npm run test:cov && sonar-scanner;
npm run test:cov && sonar-scanner && npm run benchmark;
fi
- npm run test

Expand Down

0 comments on commit 3a4cf7a

Please sign in to comment.