File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
- script : npm run-script test-travis
3
2
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)
8
6
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'
You can’t perform that action at this time.
0 commit comments