forked from cerc-io/ipld-eth-server
Update .travis.yml so that integration tests run
This commit is contained in:
parent
72b656fc15
commit
091bbc69b3
@ -5,9 +5,12 @@ go:
|
|||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
before_script:
|
before_script:
|
||||||
|
- wget https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.7.2-1db4ecdc.tar.gz
|
||||||
|
- tar -xzf geth-linux-amd64-1.7.2-1db4ecdc.tar.gz
|
||||||
|
- sudo cp geth-linux-amd64-1.7.2-1db4ecdc/geth /usr/local/bin
|
||||||
|
- ./scripts/setup
|
||||||
|
- nohup ./scripts/start_private_blockchain </dev/null &
|
||||||
- createdb vulcanize_private
|
- createdb vulcanize_private
|
||||||
- psql vulcanize_private < db/schema.sql
|
- psql vulcanize_private < db/schema.sql
|
||||||
script:
|
|
||||||
- go test -v ./pkg/...
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user