We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ee3ba commit b2d1a02Copy full SHA for b2d1a02
.travis.yml
@@ -5,8 +5,8 @@ node_js:
5
before_install:
6
- yarn install
7
before_script:
8
- - docker pull kodebox/codechain:fe9b3c171f6635f4dcb4eece29f4e2a770665bd9
9
- - docker run -d -p 8080:8080 kodebox/codechain:fe9b3c171f6635f4dcb4eece29f4e2a770665bd9 --jsonrpc-interface 0.0.0.0 -c solo --reseal-min-period 0
+ - docker pull kodebox/codechain:b4e05e83b7c8ca21df677ccff26a2d11914b71e3
+ - docker run -d -p 8080:8080 kodebox/codechain:b4e05e83b7c8ca21df677ccff26a2d11914b71e3 --jsonrpc-interface 0.0.0.0 -c solo --reseal-min-period 0
10
- docker ps -a
11
script:
12
- yarn test --verbose
0 commit comments