forked from primus/eventemitter3
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.travis.yml
More file actions
31 lines (31 loc) · 1004 Bytes
/
.travis.yml
File metadata and controls
31 lines (31 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
sudo: false
language: node_js
matrix:
fast_finish: true
include:
- node_js: "5"
env: TASK=test-node
- node_js: "4"
env: TASK=test-node
- node_js: "iojs"
env: TASK=test-node
- node_js: "0.12"
env: TASK=test-node
- node_js: "0.10"
env: TASK=test-node
- node_js: "4"
env: TASK=test-browser
env:
global:
- secure: mEFulV5UWgBE9CS6LbbhqjeRmGeBSNP54NrTu8OWu5lh81qh3jXTb/AZKoQcCE0hnBjdUVAg4sz+5fZCHxVUP6bivXv4ZIxQle5sb7fWSI0PHx/WZ1YtP1ayTdjydUQZoCuJdLi2IKtWwVWnR/DNtoQEz+N5RqzaBFwBw1gEZt8=
- secure: TgXbhcemKQTLl5+OdTMZyn3yNFgn2qqwpt8LccI8KVGfCKRHnKLOUE1PYXQi9tPRS5N+ofzHKzMVh5/2bfm3hCsihH0n6ItoWLLyd5BjcBWTp862wG4Dvgqq7dVofnf4eSVk34VYtqaKfszypRQ8UGvj/X48j5ANElU7OP4iIPg=
script:
- "npm run ${TASK}"
after_script:
- 'if [ "${TASK}" == "test-node" ]; then npm i coveralls@2 && cat coverage/lcov.info | coveralls; fi'
notifications:
irc:
channels:
- "irc.freenode.org#primus"
on_success: change
on_failure: change