forked from bevry/envfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
32 lines (27 loc) · 845 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
# 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: d3o3dqSVKZWIFMdNOA7j2tETO/1qGgeyaxUQ69Cas4VXQJMV3+TmPVUJiaCEDsg2f/9MrIFqvzbjhAV3dXuufRuMUaSVtGmUQIeog8ARn8gsWWyxTmwt7/N9zYAqdksYP5h5fcRLqmEAp6JwTumjHSgiG6ehLY7yI81RS05RogA=
email:
recipients:
secure: C6dXmy59Ypg/fElyrhUBKP/ONwYMRhwNlEufji2Ngj0yzOCHHMHkc/bhp1VYQG2ECbDTikZevY+Z0ez3p4AIwG7QM85IEhAeM3AxpMXgR2eGGLAA0ldwccInpGEo3TyF1n79enyhk+S/AP1eLNtMdbqTt8oMSwpd6t5G9sEg6lY=