Skip to content

Commit

Permalink
enable code coverage and code complexity reports
Browse files Browse the repository at this point in the history
  • Loading branch information
subtleGradient committed Dec 9, 2013
1 parent 0c366ce commit 55f50ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ env:
matrix:
- TEST_TYPE=test:full
- TEST_TYPE=lint
- TEST_TYPE="build complexity"
- TEST_TYPE=test:coverage
- TEST_TYPE=test:webdriver:saucelabs BROWSER_NAME=ie11
- TEST_TYPE=test:webdriver:saucelabs BROWSER_NAME=ie10
- TEST_TYPE=test:webdriver:saucelabs BROWSER_NAME=ie9
Expand All @@ -41,6 +43,8 @@ matrix:
fast_finish: true
allow_failures:
- env: TEST_TYPE=lint
- env: TEST_TYPE="build complexity"
- env: TEST_TYPE=test:coverage
- env: TEST_TYPE=test:webdriver:saucelabs BROWSER_NAME=ie11
- env: TEST_TYPE=test:webdriver:saucelabs BROWSER_NAME=ie10
- env: TEST_TYPE=test:webdriver:saucelabs BROWSER_NAME=ie9
Expand Down

0 comments on commit 55f50ca

Please sign in to comment.