Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit 1d14d7a

Browse files
committed
removed e2e testing on circleci, because I decided to enable it with this issue #46
1 parent 96af8d2 commit 1d14d7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- run:
3131
name: run-test
3232
command: npm test
33-
- run:
34-
name: run-webdriver-update
35-
command: npm run webdriver:update
36-
- run:
37-
name: run-e2e
38-
command: npm run e2e
33+
# - run:
34+
# name: run-webdriver-update
35+
# command: npm run webdriver:update
36+
# - run:
37+
# name: run-e2e
38+
# command: npm run e2e
3939
- run:
4040
name: run-docs
4141
command: npm run docs

0 commit comments

Comments
 (0)