Skip to content

Commit

Permalink
Merge pull request #5 from DouglasWebster/codecovTest
Browse files Browse the repository at this point in the history
chore: include codecov in Travis CI suite
  • Loading branch information
DouglasWebster committed Mar 19, 2017
2 parents 7f0e06f + f16da3e commit b341399
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,22 @@ before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3

branches:
only:
- develop
- /^greenkeeper/.*$/
- codecovTest

before_script:
- npm install -g @angular/cli

script:
- ng test -sr
- ng test -sr -cc

after_success:
- ./node_modules/.bin/codecov

notifications:
email:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@types/jasmine": "2.5.46",
"@types/node": "~7.0.8",
"angular-cli-ghpages": "^0.5.0",
"codecov": "^2.1.0",
"codelyzer": "~2.0.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
Expand Down

0 comments on commit b341399

Please sign in to comment.