Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
fix path for report
Browse files Browse the repository at this point in the history
  • Loading branch information
rstormsf committed Oct 9, 2017
1 parent ac19c0d commit ece2f43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
build/
coverage*
coverage*
mochawesome-report
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ script:

deploy:
provider: pages
local_dir: mochawesome-report
local_dir: coverageEnv/mochawesome-report
target_branch: gh-pages
email: travis@ci.com
name: Deployment Bot
Expand Down

0 comments on commit ece2f43

Please sign in to comment.