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

Commit 3fdad1c

Browse files
authored
Merge pull request #74 from ipfs/circleci-disable-npm-test
Run lint instead of test in CircleCI
2 parents 64da736 + e68ca64 commit 3fdad1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circle.yml

Lines changed: 4 additions & 0 deletions
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+
- npm run lint

0 commit comments

Comments
 (0)