-
Notifications
You must be signed in to change notification settings - Fork 5
/
.travis.yml
39 lines (33 loc) · 952 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
35
36
37
38
39
branches:
except: /\+$/
language: node_js
node_js:
- "0.11"
- "0.10"
#- "0.8"
before_install:
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats
- git clone https://github.com/Paws/Rulebook.git ./Test/Rulebook
script:
- npm run-script test
after_success:
- npm run-script coveralls
matrix:
allow_failures:
# - node_js: "0.8"
notifications:
email: false
irc:
skip_join: true
on_success: never
on_failure: change
channels:
- "chat.freenode.net#ELLIOTTCABLE"
- "chat.freenode.net#Paws.Nucleus"
template:
- "%{repository_name}/%{branch} @%{commit} %{author}: #%{build_number} %{message}"
- "(Details: %{build_url})"
slack:
secure: "KTSaXaGAug+R8boN522JxPVXQaFiAKyebVvANcRGRCJPajEz12Dd3jo8aoE4r8zVFuuHUs8gQsOJoAu3w2j5FJo1ECq5OioPQqtYX7nJ6brtf/zVA2VTHmFueTeialOkNabhHJx+2Eh4J7JPVIb7MiLzaKqSLWHKHoB48HMaTCE="