Skip to content

Commit

Permalink
Added coverage hooks, if we want to use them
Browse files Browse the repository at this point in the history
  • Loading branch information
sdesai committed Mar 20, 2015
1 parent 3e3b01c commit 94c1d9f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ branches:
- master

before_install: npm install -g linklocal;
# travis runs 'npm install' by default, as the install step
# travis runs 'npm install' by default, as the 'install' step

before_script: linklocal -r; npm run dist;
# travis runs 'npm test' by default, as the script step
# travis runs 'npm test' by default, as the 'script' step

# PLACEHOLDER FOR COVERAGE REPORTS ON GITHUB, IF WE WANT THEM.
# ALSO NEED TO ADD .coveralls.yml, IF WE WANT TO USE IT ON THE PRIVATE
# REPO.

# after_script:
# - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

notifications:
email:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"benchmarks": "^0.1.2",
"chai": "~1.9.1",
"colors": "~0.6.2",
"coveralls": "^2.11.2",
"diff": "~1.0.8",
"express": "~4.9.0",
"falcor-browser": "git+ssh://[email protected]/Netflix/falcor-browser.git#v0.0.1",
Expand Down

0 comments on commit 94c1d9f

Please sign in to comment.