diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 5c0f6536..00000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,20 +0,0 @@ -image: node:8 - -before_script: - - yarn install - -cache: - paths: - - node_modules/ - -flow: - script: - - yarn run flow - -test:lint: - script: - - yarn run lint - -test:unit: - script: - - yarn run test