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 90c5f27 commit 1970039Copy full SHA for 1970039
.travis.yml
@@ -1,21 +1,22 @@
1
language: node_js
2
3
node_js:
4
-- '12'
+ - "12"
5
6
cache:
7
directories:
8
- - node_modules
+ - node_modules
9
10
install:
11
-- npm install
+ - npm install
12
13
script:
14
-- npm run lint
15
-- npm run test
16
-- npm run build
+ - npm run lint
+ - npm run test
+ - npm run build
17
18
-before_deploy: npm run build
+before_deploy:
19
20
21
deploy:
22
provider: npm
0 commit comments