Skip to content

Commit

Permalink
travis setup update after merge: start ganache before running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chatch committed Nov 11, 2019
1 parent 27fe7ea commit b6462d9
Show file tree
Hide file tree
Showing 4 changed files with 2,362 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
abi/
build/
node_modules/
package-lock.json
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ language: node_js
node_js:
- node
- lts/*
- 10
- 8
cache:
directories:
- node_modules
script:
script:
- npm run ganache-start > /dev/null &
- sleep 5
- npm test
Loading

0 comments on commit b6462d9

Please sign in to comment.