Skip to content

Commit 5faf7be

Browse files
committed
Add auto-deploy to Travis
1 parent 5749b65 commit 5faf7be

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

.travis.yml

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
language: node_js
2-
script: npm run-script test-travis
32
node_js:
4-
- '0.10'
5-
- '0.11'
6-
- '0.12'
7-
- iojs
3+
- '4.0'
4+
- '7.0'
5+
after_script: bash <(curl -s https://codecov.io/bash)
86
sudo: false
9-
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
7+
deploy:
8+
- provider: npm
9+
email: tituswormer@gmail.com
10+
api_key:
11+
secure: DXH+0jJsbxpj66ehrc1YWRjKfj1adNoQGpzT8jmq6vv61HAaIbGe2Uk4iQw2KAw5OWfvjbdHzLhkWloZIJqyQ7Y5SjHZwReRnhNyj2h7/huWa8cnhYbU8B+WAmpbvcl8aWZPvq1ls6CZwE+33AUSGZxMEGauxooRNSgNq9jIx88=
12+
on:
13+
tags: true
14+
node: '4.0'
15+
- provider: releases
16+
api_key:
17+
secure: Z3ndWZ8hPYQhKBkHqWVmt7i/KrZ9KjGoD9KxMJNyEfXgXkaTOsFtg8iCsHoA4GSRJPw1M/EjklDNOSEPkF9rhAyilX6ThqMO764IEr4i6zXyVd//UyCsw5Qq/wOCftZGwbDyNP2I3cD9mesQRHDp1dpZTy4Hy2Bp/3PajYsbP3g=
18+
file:
19+
- "nlcst-emoticon-modifier.js"
20+
- "nlcst-emoticon-modifier.min.js"
21+
on:
22+
tags: true
23+
node: '7.0'

0 commit comments

Comments
 (0)