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 96e2da6 commit 226845fCopy full SHA for 226845f
.travis.yml
@@ -9,8 +9,8 @@ jobs:
9
- npm install -g yarn
10
- yarn install
11
before_script:
12
- - docker pull kodebox/codechain:57f35c6d6493a68c6b81607442f53f2975aaf0d4
13
- - docker run -d -p 8080:8080 kodebox/codechain:ebacfe7b74296cc1e793cf3238748b7280f8072a --jsonrpc-interface 0.0.0.0 -c solo --reseal-min-period 0 --enable-devel-api
+ - docker pull kodebox/codechain:v2.0.0
+ - docker run -d -p 8080:8080 kodebox/codechain:v2.0.0 --jsonrpc-interface 0.0.0.0 -c solo --reseal-min-period 0 --enable-devel-api
14
- psql -c 'CREATE DATABASE "codechain-indexer-test";' -U postgres
15
- psql -c "CREATE USER \"user\" WITH ENCRYPTED PASSWORD 'password';" -U postgres
16
- docker ps -a
0 commit comments