From 6506cd59822daffa5d6cb853b234289fb89420e4 Mon Sep 17 00:00:00 2001 From: perry Date: Wed, 14 Sep 2016 11:16:13 -0500 Subject: [PATCH] chore(CI): run TS lint against commits and PRs --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 068fb1e8f6..43aa261fcf 100644 --- a/circle.yml +++ b/circle.yml @@ -12,9 +12,9 @@ dependencies: - ./scripts/docs/prepare.sh cache_directories: - "~/ionic-site" # cache ionic-site -# test: -# override: -# - echo "Automatically marking tests as passing for now" +test: + override: + - gulp lint.ts deployment: tasks: branch: "master"