forked from taskcluster/taskcluster-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
38 lines (38 loc) · 1.01 KB
/
.travis.yml
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
32
33
34
35
36
37
38
language: node_js
sudo: false
node_js:
- '0.12'
- '4'
- '5'
- '6'
- '7'
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: npm test
env:
global:
- CXX=g++-4.8
- DEBUG='test:*'
notifications:
irc:
channels:
- secure: nA5KBn5+WVXxni8vGEKJlLOHkmdv8SfhTfnntGHdO5EzxQ964bU5LWCYlrMsf1W8zDRtY94upz+6UYFahENgd0AseZXmcY+ONyabVUmQHoL4QYWcL3saUSbpbu5LCPrHiHMW0ItOle1zgI0pkER2fvCDaEvx9t8PyssdgsxFyt4=
on_success: change
on_failure: always
template:
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
- 'Change view : %{compare_url}'
- 'Build details : %{build_url}'
- 'Commit message : %{commit_message}'
deploy:
provider: npm
email: taskcluster-accounts@mozilla.com
api_key:
secure: mjmYXnJpyyV4d1yi/N15K+//4WB1V28+PSBRXojTQ21CjxvsWV4Wj0t8tWc9nGl9vopGL23z1E6fRDx3+fG1e+NLwGoi48RuYQcuX7UrEF7wML2gENFqj2ScHVADb8JcrDpEwj154pG4XU75v5syqX/ILj94VwnKpj8JnCUZi+k=
on:
tags: true
repo: taskcluster/taskcluster-client