Skip to content

Commit 6266228

Browse files
foriequal0sgkim126
authored andcommitted
Upgrade Docker image to CodeChain 2
And Disable integration_tests for `examples/mint-and-transfer-with-order.ts`
1 parent 792c67a commit 6266228

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ node_js:
55
before_install:
66
- yarn install
77
before_script:
8-
- docker pull kodebox/codechain:v1.1.0
9-
- docker run -d -p 8080:8080 kodebox/codechain:v1.1.0 --jsonrpc-interface 0.0.0.0 -c solo --reseal-min-period 0
8+
- docker pull kodebox/codechain:ebacfe7b74296cc1e793cf3238748b7280f8072a
9+
- docker run -d -p 8080:8080 kodebox/codechain:ebacfe7b74296cc1e793cf3238748b7280f8072a --jsonrpc-interface 0.0.0.0 -c solo --reseal-min-period 0
1010
- docker ps -a
1111
script:
1212
- yarn test --verbose

integration_tests/examples.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ describe("examples", () => {
1414
"import-test-account",
1515
"mint-and-compose",
1616
"mint-and-compose-and-decompose",
17+
"mint-and-transfer-with-order",
1718
"create-shard-and-mint",
1819
"create-shard-and-set-owners",
1920
"create-shard-and-set-users"

0 commit comments

Comments
 (0)