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

Commit

Permalink
Merge pull request #74 from ipfs/circleci-disable-npm-test
Browse files Browse the repository at this point in the history
Run lint instead of test in CircleCI
  • Loading branch information
daviddias authored Sep 18, 2016
2 parents 64da736 + e68ca64 commit 3fdad1c
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:
- npm run lint

0 comments on commit 3fdad1c

Please sign in to comment.