1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Update travis.yml

This commit is contained in:
Enrique Ruiz 2019-09-20 12:50:55 +02:00 committed by Matthias Kretschmann
parent 91784c4cdf
commit fde779c4ef
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -29,6 +29,12 @@ before_script:
- rm -rf "${HOME}/.ocean/keeper-contracts/artifacts"
- bash -x start_ocean.sh --no-commons --no-dashboard 2>&1 > start_ocean.log &
- cd ..
- |
for i in $(seq 1 50); do
sleep 5
[ -f "${HOME}/.ocean/keeper-contracts/artifacts/ready" ] && break
done
ls -la "${HOME}/.ocean/keeper-contracts/artifacts/"
script:
- npm run lint