Skip to content

Commit 39b7a8d

Browse files
committed
fix: travis auto-deploy
...I hope
1 parent d4eee8a commit 39b7a8d

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

.travis.yml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,28 @@
11
language: node_js
22
node_js:
3-
- iojs-v1
4-
- "0.10"
3+
- '0.12'
54
sudo: false
65
cache:
76
directories:
87
- node_modules
98
notifications:
109
email: false
11-
# See https://github.com/boennemann/semantic-release/issues/18
1210
before_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
1614
after_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
1816
before_deploy:
19-
- npm config set spin false --global
17+
- npm config set spin false --global
2018
env:
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=
2620
deploy:
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

0 commit comments

Comments
 (0)