From e68ca6483d88207ba7d234bca263ea45ea294243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=A0=C9=AA=E1=B4=84=E1=B4=9B=E1=B4=8F=CA=80=20=CA=99?= =?UTF-8?q?=E1=B4=8A=E1=B4=87=CA=9F=E1=B4=8B=CA=9C=E1=B4=8F=CA=9F=E1=B4=8D?= Date: Sat, 17 Sep 2016 17:57:28 +0200 Subject: [PATCH] fix(ci): Run lint instead of test in CircleCI Instead of running npm test that should fail, run lint --- circle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle.yml b/circle.yml index 434211a7..6af3aa6d 100644 --- a/circle.yml +++ b/circle.yml @@ -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