Skip to content

Commit d00cf12

Browse files
committed
Update .travis.yml
1 parent 570b8fd commit d00cf12

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

.travis.yml

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,35 @@
1+
sudo: required
12
dist: trusty
3+
group: edge
4+
25
language: node_js
6+
7+
os:
8+
- linux
9+
310
node_js:
11+
- '6'
412
- '5'
513
- '4'
6-
- '0.12'
7-
- '0.10'
8-
- 'iojs'
14+
915
after_success:
1016
- 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'

0 commit comments

Comments
 (0)