forked from taskcluster/taskcluster-queue
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.travis.yml
34 lines (33 loc) · 916 Bytes
/
.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
language: node_js
sudo: false
node_js:
- '7.4.0'
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
cache:
yarn: true
directories:
- node_modules
script: npm test
env:
global:
- CXX=g++-4.8
- DEBUG='queue:*'
# encrpyt channel name to get around issue
# https://github.com/travis-ci/travis-ci/issues/1094
notifications:
irc:
channels:
# encrpyted string was "irc.mozilla.org#taskcluster-bots"
- secure: "SZP2ezuVGBIPv1mwz8XEmEVddSLpSsEIdbDcYP/+itZi9q6DEp3E6YUFcLtXNQ6SLkKDpzdTmhAbaCI30Xl2YAic7ah8OzjS+S32K+85FjSgltuIvNbfSD14iPkMy3qdvdEw63QBuEDSvrzhszXuNAo7PmO0a9lCProG2sbovBY="
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}"