Skip to content

Commit 226845f

Browse files
committed
Use CodeChain v2.0.0 for tests
1 parent 96e2da6 commit 226845f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
- npm install -g yarn
1010
- yarn install
1111
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
12+
- docker pull kodebox/codechain:v2.0.0
13+
- 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
1414
- psql -c 'CREATE DATABASE "codechain-indexer-test";' -U postgres
1515
- psql -c "CREATE USER \"user\" WITH ENCRYPTED PASSWORD 'password';" -U postgres
1616
- docker ps -a

0 commit comments

Comments
 (0)