Skip to content

Commit

Permalink
Updated Travis 2
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Jan 25, 2021
1 parent ede5fc7 commit 88a028d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ install:
script:
- npm run lint-contracts
- npm run test-js
- travis_wait 50 npm run coverage
- node --max-old-space-size=8192 ./node_modules/.bin/truffle run coverage

after_script:
- cat coverage/lcov.info | coveralls

after_failure:
- tail --lines=2000 build.log
1 change: 1 addition & 0 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ module.exports = {
timeout: 1800000,
useColors: true,
reporter: "list",
enableTimeouts: false,
},
};

0 comments on commit 88a028d

Please sign in to comment.