Skip to content

Commit

Permalink
Merge pull request #311 from jorgecasar/travis-container-based-infras…
Browse files Browse the repository at this point in the history
…tructure

Migrate from Travis legacy to container-based infrastructure
  • Loading branch information
matthewp authored Jan 13, 2018
2 parents 9b03391 + cc8877e commit 6b1f4bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_js: ["0.10"]
after_success:
- ./node_modules/.bin/jscoverage index.js index-cov.js
- PAGE_COV=1 ./node_modules/.bin/mocha test/tests.js -R mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js
sudo: false

0 comments on commit 6b1f4bd

Please sign in to comment.