File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ sudo : required
2
+ dist : trusty
3
+ group : edge
4
+
5
+ language : node_js
6
+
7
+ node_js :
8
+ - ' 8'
9
+ - ' 7'
10
+ - ' 6'
11
+ - ' 5'
12
+ - ' 4'
13
+
14
+ before_install :
15
+ - npm install -g npm
16
+ - npm --version
17
+
18
+ after_success :
19
+ - npm run coveralls
20
+ - npm run coverage-clean
21
+
22
+ deploy :
23
+ provider : releases
24
+ api_key :
25
+ secure : " jzrA4mT2RjJY6VNJC2TlQGaIPqy21K+WgilYi8d22S8j6yV25seqzIDR0FXqAOoyUHqqEhrBOtumNikGICBYSPR+q6Z8VxEnaqBAcELtACg04SDumEQQcjOH/KYz/tjL2H+sVIzadhkIyEZhYoJ1MbXcf+wM2zdLqsGqNAEXLUsqYIsVX/t3FhDp3r5IDIM44NBVOE1k4Cei8nJltxCvTSr0pvdX3ROwHldByL22diDceqCa6jz60A98YA88h0YUE4hO7ShSgOGnIOzaFUtrhyKXjUB1qC1g5zVzdN7g9RAINE6yfpyMRp481vJPnvHQld4b3iRIjAJ1Qfb9T26i+RaN6IAguopxaXABvD8lhR+KxLMRMdWUlpcb8n7pM5Cf8T2DbO4CL/Jj7DtekfW3Ax9n4w6iPR2LZQHK85ZmCXNakjA24wseYWSQzcQHorohMRvw3FEZtuYDmnmoVz0A/6pTSIaskMWaR+R4ewVKysLLNa/4OlR1i5OTzIomgLst6b6KsQSxJsD9T7GPc0qgvvcmrWB585ipr83sTFhl27MGuCfVJAJK6hbXrgTQRPm1uKAypHcgZADPsQuxbOOElHQ+EM9F4+Kn+RpiRWPETCOfjcw45TqB+9sut3qBWnMkts5Wvma8sPcvVMoeEZ2/LJzM/5P5S1yLdlL8dSHxgws="
26
+ file_glob : true
27
+ file :
28
+ - ' dist/*.*'
29
+ overwrite : true
30
+ skip_cleanup : true
31
+ on :
32
+ # https://docs.travis-ci.com/user/deployment#Conditional-Releases-with-on
33
+ tags : true # Deploy app only when a tag is applied to the commit
34
+ node : ' 6'
You can’t perform that action at this time.
0 commit comments