aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-09-26 08:44:57 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-09-26 08:44:57 +0800
commit678d174e1e7fa35e21607faeeefca0c28997cf1c (patch)
treea07d3ded4cfc6900e6888b35de796e1628963e0d /.circleci/config.yml
parentc13e5cbda30905451307b6d7d81396e0a1608999 (diff)
downloadtangerine-wallet-browser-678d174e1e7fa35e21607faeeefca0c28997cf1c.tar
tangerine-wallet-browser-678d174e1e7fa35e21607faeeefca0c28997cf1c.tar.gz
tangerine-wallet-browser-678d174e1e7fa35e21607faeeefca0c28997cf1c.tar.bz2
tangerine-wallet-browser-678d174e1e7fa35e21607faeeefca0c28997cf1c.tar.lz
tangerine-wallet-browser-678d174e1e7fa35e21607faeeefca0c28997cf1c.tar.xz
tangerine-wallet-browser-678d174e1e7fa35e21607faeeefca0c28997cf1c.tar.zst
tangerine-wallet-browser-678d174e1e7fa35e21607faeeefca0c28997cf1c.zip
add mozilla lint job
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index a2539612c..7eedc3f87 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -39,6 +39,10 @@ workflows:
- test-unit:
requires:
- prep-deps-npm
+ - test-mozilla-lint:
+ requires:
+ - prep-deps-npm
+ - prep-build
- test-integration-mascara-chrome:
requires:
- prep-deps-npm
@@ -59,6 +63,7 @@ workflows:
requires:
- test-lint
- test-unit
+ - test-mozilla-lint
- test-e2e-chrome
- test-e2e-firefox
- test-e2e-beta-chrome
@@ -313,6 +318,16 @@ jobs:
- run:
name: test:coverage
command: npm run test:coverage
+ test-mozilla-lint:
+ docker:
+ - image: circleci/node:8.11.3-browsers
+ steps:
+ - checkout
+ - attach_workspace:
+ at: .
+ - run:
+ name: test:mozilla-lint
+ command: npm run mozilla-lint
test-integration-flat-firefox:
docker: