Skip to content

Commit b6462d9

Browse files
author
Chris Hatch
committed
travis setup update after merge: start ganache before running the tests
1 parent 27fe7ea commit b6462d9

File tree

4 files changed

+2362
-3
lines changed

4 files changed

+2362
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
abi/
22
build/
33
node_modules/
4-
package-lock.json

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ language: node_js
33
node_js:
44
- node
55
- lts/*
6-
- 10
7-
- 8
86
cache:
97
directories:
108
- node_modules
119
script:
10+
script:
11+
- npm run ganache-start > /dev/null &
12+
- sleep 5
1213
- npm test

0 commit comments

Comments
 (0)