Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit d55478f

Browse files
authored
Disable running tests in CircleCI
Instead of running npm test that should fail, lets just print that we have no tests and then exit cleanly
1 parent 64da736 commit d55478f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circle.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ dependencies:
1010
- sudo apt-get update
1111
- sudo apt-get --only-upgrade install google-chrome-stable
1212
- google-chrome --version
13+
14+
test:
15+
override:
16+
- echo "No tests" && exit 0

0 commit comments

Comments
 (0)