Skip to content

Commit

Permalink
Updated Travis 4
Browse files Browse the repository at this point in the history
  • Loading branch information
remedcu committed Jan 26, 2021
1 parent 7ffa56b commit 4e2aa9e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
arch: amd64
os: linux
dist: xenial
node_js:
Expand All @@ -16,9 +15,9 @@ install:
- npm install

script:
- npm run lint-contracts
- npm run test-js
- travis_wait 40 node --max-old-space-size=7168 ./node_modules/.bin/truffle run coverage
- yarn lint-contracts
- yarn test-js
- yarn coverage

after_script:
- cat coverage/lcov.info | coveralls

0 comments on commit 4e2aa9e

Please sign in to comment.