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.
2 parents a638353 + 9f73a00 commit 78a4118Copy full SHA for 78a4118
.travis.yml
@@ -0,0 +1,17 @@
1
+language: node_js
2
+node_js: stable
3
+
4
+branches:
5
+ only:
6
+ - master
7
8
+cache:
9
+ yarn: true
10
+ directories:
11
+ - node_modules
12
13
+install:
14
+ - travis_retry yarn install --force
15
16
+script:
17
+ - yarn test-ci
package.json
@@ -18,6 +18,9 @@
18
"husky": "^1.3.1",
19
"lint-staged": "^8.1.0"
20
},
21
+ "scripts": {
22
+ "test-ci": "eslint ."
23
+ },
24
"husky": {
25
"hooks": {
26
"pre-commit": "lint-staged",
0 commit comments