aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-03-10 04:52:29 +0800
committerkumavis <aaron@kumavis.me>2018-03-10 04:52:29 +0800
commit8cf6db16f7b8c31d82ec06e18c9e47c0c6af1646 (patch)
tree1dc92642971601f11f0b48850609ab695d7bd2b3 /.circleci
parent4ed6ac92e4594f34db313765b6cc3d374d8b9c40 (diff)
downloadtangerine-wallet-browser-8cf6db16f7b8c31d82ec06e18c9e47c0c6af1646.tar
tangerine-wallet-browser-8cf6db16f7b8c31d82ec06e18c9e47c0c6af1646.tar.gz
tangerine-wallet-browser-8cf6db16f7b8c31d82ec06e18c9e47c0c6af1646.tar.bz2
tangerine-wallet-browser-8cf6db16f7b8c31d82ec06e18c9e47c0c6af1646.tar.lz
tangerine-wallet-browser-8cf6db16f7b8c31d82ec06e18c9e47c0c6af1646.tar.xz
tangerine-wallet-browser-8cf6db16f7b8c31d82ec06e18c9e47c0c6af1646.tar.zst
tangerine-wallet-browser-8cf6db16f7b8c31d82ec06e18c9e47c0c6af1646.zip
ci - test on all branches
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 476b50996..eca87ea5b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -8,19 +8,11 @@ workflows:
- test:
requires:
- build
- filters:
- branches:
- only: master
-
jobs:
build:
- # working_directory: ~/mern-starter
- # The primary container is an instance of the first list image listed. Your build commands run in this container.
docker:
- image: circleci/node:8-browsers
- # # The secondary container is an instance of the second listed image which is run in a common network where ports exposed on the primary container are available on localhost.
- # - image: mongo:3.4.4
steps:
- checkout
- run:
@@ -43,12 +35,3 @@ jobs:
- run:
name: Test
command: npm test
- # - run:
- # name: Generate code coverage
- # command: './node_modules/.bin/nyc report --reporter=text-lcov'
- # - store_artifacts:
- # path: test-results.xml
- # prefix: tests
- # - store_artifacts:
- # path: coverage
- # prefix: coverage