File tree Expand file tree Collapse file tree 1 file changed +8
-18
lines changed
Expand file tree Collapse file tree 1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - iojs-v1
4- - " 0.10"
3+ - ' 0.12'
54sudo : false
65cache :
76 directories :
87 - node_modules
98notifications :
109 email : false
11- # See https://github.com/boennemann/semantic-release/issues/18
1210before_script :
13- - npm install
14- - export DISPLAY=:99.0
15- - sh -e /etc/init.d/xvfb start
11+ - npm install
12+ - export DISPLAY=:99.0
13+ - sh -e /etc/init.d/xvfb start
1614after_script :
17- - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
15+ - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
1816before_deploy :
19- - npm config set spin false --global
17+ - npm config set spin false --global
2018env :
21- # Get your token here: https://github.com/settings/tokens/new
22- # Grant the token repo/public_repo scope (all others can be deselected)
23- # You should encrypt this:
24- # `travis encrypt GH_TOKEN=<token> --add`
2519 global : GH_TOKEN=QDwCGyLxL6jp3obNuJocfGTwmfJr4jP1qYFlmE/KbZyMHdrUZzwuz3TFSdb02DUOJIAkPpMM93R6gymhW94VdNtwlg5efihX/3M6w8XCjTPamtRsyMjTLV1DC2YKrK0ZrbLGr+F0DaBzb5g1WvDWdc+TEOmAlleMNMiURTAvDxQ=
2620deploy :
2721 provider : npm
2822 email : remy@remysharp.com
29- # Very important. Don't forget this one.
3023 skip_cleanup : true
31- # Travis currently only supports the old auth key format.
32- # Do `echo -n "<username>:<password>" | base64` to get it.
33- # You should encrypt this:
34- # `travis encrypt $(echo -n "<username>:<password>" | base64) --add deploy.api_key`
35- api_key : brtoN4yxagx/CSP5qn5+Bb+N6zd86lvUaWUnLpekeVH0/rsTLbdORSb8dLdOMXexIzx3kXeWwmoxOM3PHOC+5mcOPi2+70UcC5bl+48OL1XIEUlMsceGHSqNAq74WjXUPaSdS2BF1FlNCMHR1dNQmO8uUNrtwuYqlxE6AoNrCtM=
24+ api_key :
25+ secure : SidhlEg+iItVCFr5KMmhnzHMFQW/ZQCh41pJp1J+OEFSracZ6JXlLfsgoMIA4SZZB7zp9ugw0BwcybRuJmWF1oSEOFH2AbXHwltVq3ft0BuX/NdNp8SdQ1dhnLe+QDe7hlTdKfWnS5pMLuP4Ko/23AfADdc669eHuZ/gU4l08PM=
3626 on :
3727 branch : master
3828 repo : remy/bind
You can’t perform that action at this time.
0 commit comments