We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37479cb commit f7d0326Copy full SHA for f7d0326
.codeclimate.yml
@@ -0,0 +1,6 @@
1
+version: "2"
2
+checks:
3
+ similar-code:
4
+ enabled: false
5
+exclude_patterns:
6
+- "**/__tests__/"
.travis.yml
@@ -0,0 +1,27 @@
+language: node_js
+
+node_js:
+ - "10"
+sudo: false
7
8
+cache:
9
+ directories:
10
+ - $HOME/.cache/yarn
11
+ - node_modules
12
13
+branches:
14
+ only:
15
+ - master
16
17
+notifications:
18
+ email: true
19
20
+install:
21
+ - yarn
22
23
+before_script:
24
+ - yarn run build
25
26
+script:
27
+ - "yarn run test:compile"
0 commit comments