File tree Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Expand file tree Collapse file tree 1 file changed +28
-3
lines changed Original file line number Diff line number Diff line change
1
+ sudo : required
1
2
dist : trusty
3
+ group : edge
4
+
2
5
language : node_js
6
+
7
+ os :
8
+ - linux
9
+
3
10
node_js :
11
+ - ' 6'
4
12
- ' 5'
5
13
- ' 4'
6
- - ' 0.12'
7
- - ' 0.10'
8
- - ' iojs'
14
+
9
15
after_success :
10
16
- npm run coveralls
17
+ - npm run coverage-clean
18
+
19
+ before_deploy :
20
+ - echo "Deploying to GitHub releases"
21
+ - ls -al releases
22
+
23
+ deploy :
24
+ provider : releases
25
+ api_key :
26
+ secure : " o0U/7jPTtMV74yYt00MZ40on6VHaX8VAiv5MWeQeGS6T4lubjeZxmbWmEwLhgRP6exD7QPm0rt4wiZ18vqSOQAhXJBa5RVBBWV5pFM9Mp1cDuLPrl/6Z5a/x/BFjCtQQ2qg7f+pT0GuXUDTrn9VUiZ29SfMAbukxclARCUopQdbo7slQyDld/c2n9fIb31lrrEKwcqTh42dQOqLQbyMbMVsF+pJmwreJYdg/1pntxADh5vgEGZlSdkhMEk247LEI7paKa+b9v/k83bQ82uWk4SF+ORXO/RIgMaK0UoMGXAodMvj2NGfmDnXiTR/f2Ao8MQid+LB5eJInaJgkjv8+/l9epZydptkwRghNsFHNxWQ8I8ojZrKIa5yhgiDLQucChCeueZ7J7/Mh4+jdCGWuugv8bs7SL5mLENa4BHj4g8tDlrFUZv3IVQi2Yin6SkUdjiWKjez+oI4TCaYXu7ciU81SzeVVLDNMTXOChnC5IeFngCg3ySoWgccf68Mv9rf4b93o5ZBQtxtAKR5GVUp3n22rjqBr3ZoAlFyHXij9tU3ZbCPi+OgrBLa5LZ/yKO4DZ8bVo/vc/z5IjJpMOY3intNHvZhOgYidsVwj468tSek8e2ECpA4fwK3pcZs+HV5wA6vDzLCuMg9kgjXGrStCJD8HnDQw3N3xcQVXbp2AQr0="
27
+ file_glob : true
28
+ file :
29
+ - ' releases/*.*'
30
+ overwrite : true
31
+ skip_cleanup : true
32
+ on :
33
+ # https://docs.travis-ci.com/user/deployment#Conditional-Releases-with-on
34
+ tags : true # Deploy app only when a tag is applied to the commit
35
+ node : ' 4'
You can’t perform that action at this time.
0 commit comments