Skip to content

Commit d153664

Browse files
committed
dont run testVM on CI
1 parent 1f0fdb8 commit d153664

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ matrix:
2626
env: CXX=g++-4.8 TEST_SUITE=lint
2727
- os: linux
2828
node_js: "7"
29-
env: CXX=g++-4.8 TEST_SUITE=testVM
29+
env: CXX=g++-4.8 TEST_SUITE=testState
3030
# temporarily disable testBlockchain
3131
# - os: linux
3232
# node_js: "7"

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- "npm rebuild"
77
test:
88
override:
9-
# testBlockchain temporarily disabled
9+
# testVM disabled. testBlockchain temporarily disabled
1010
# - case $CIRCLE_NODE_INDEX in 0) npm run lint ;; 1) npm run testVM ;; 2) npm run testState ;; 3) npm run testBlockchain ;; esac:
11-
- case $CIRCLE_NODE_INDEX in 0) npm run lint ;; 1) npm run testVM ;; 2) npm run testState ;; esac:
11+
- case $CIRCLE_NODE_INDEX in 0) npm run lint ;; 1) npm run testState ;; esac:
1212
parallel: true

0 commit comments

Comments
 (0)