forked from bevry-archive/progressbar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (27 loc) · 845 Bytes
/
.travis.yml
File metadata and controls
32 lines (27 loc) · 845 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
32
# 2016 April 27
# https://github.com/bevry/base
# Use the latest travis infrastructure
sudo: false
# We use node
language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "6"
cache:
directories:
- node_modules
# Prepare our tests
# Ensure the project is setup correctly and compiled
install: "npm run-script setup"
before_script: "npm run-script compile"
# Run our tests
script: "npm test"
# Custom notifications
notifications:
slack:
secure: hMKkDq/Bl39niW41/P62cFzqwWDMOc5HtNTgPmpv87T/Uyf7Jz41HlqnbqMVCa5eeF4gZSh+NQaHH6bBKa0LkGisuKbw/ASbhgzTJdwfRRIo13CQrTOFdxwY2qlw+Q3fRlYj/m6eTuNT8u+518Df4SctHBtihGcbiWHRCeNsjWE=
email:
recipients:
secure: GDcoaXAPKWCxIFskxKMo3j0CD+auY/7QZ1Hvgde1xDpdURqRYeM3MXzJT7PDQMiDP1KGQNZnpsJSCyhAMC1xg7mJ9FYiyOgrl2MJRSzm5JyCxQoC0cnimAVI6QUhMpKkJY5y4vBGwXzof6chjUUk8GQ/DP3+gRmtkj98OI5MaiM=