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

Commit

Permalink
Disable running tests in CircleCI
Browse files Browse the repository at this point in the history
Instead of running npm test that should fail, lets just print that we have no tests and then exit cleanly
  • Loading branch information
victorb committed Sep 17, 2016
1 parent 64da736 commit d55478f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ dependencies:
- sudo apt-get update
- sudo apt-get --only-upgrade install google-chrome-stable
- google-chrome --version

test:
override:
- echo "No tests" && exit 0

0 comments on commit d55478f

Please sign in to comment.