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

Commit

Permalink
fix(ci): Run lint instead of test in CircleCI
Browse files Browse the repository at this point in the history
Instead of running npm test that should fail, run lint
  • Loading branch information
victorb committed Sep 17, 2016
1 parent 64da736 commit e68ca64
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 e68ca64

Please sign in to comment.