-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
29 lines (29 loc) · 1.36 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
language: node_js
node_js:
- 8
sudo: required
addons:
chrome: stable
cache:
directories:
- node_modules
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm set progress=false
- npm install
script:
- npm run test:unit:coverage
notifications:
email: false
slack:
rooms:
- secure: YfTFIipqTNzNn4f8ESZkNJk9xZc5jQ/NfidFeuUx4DHfFQ1boq7jfa2Q18QkGt2v2RbWdQnJ8MFUyMD1m4+yEK3hBAcWGxkBw+H09BN7kOBl97gFYc6g4JWIzddyViHzhiQFv8OQ+JORaftkkr0olN/puXApGJTdHW8g551qqNmz/HZg8FJXaRtgUy7itZcEtT+TptA0vR+mM7EEilYO7k7lClBNgdtgmheVRABRQD/iPLiJzQfxFfoAqiKSsTwRC8n5InWXFfa7p8tHeu/K2GScC/DX4ZIluC7ayZlviKiZUDYUb29yfohmiDa3MMtMhgTY8VKNV/eRdL+4fkc1bWm52ns7V80D66O4BRPjgbPhgVF35HsGUjRLTzvqxBDudxXkf36CzQQ113nqg+JnZ/cQEUgVC6FeXLNJEMX5PV8xPH4y2x5CRPc+1TyvTHSwQqII4sJ7+3MkkYuQolEU2UTt1Lh0WstNEIb7KHJeRm5IG96plyfV6Qp7XLyiWLShsP09fxo6FTs0qsChkzWySN0SSQS07HfBwiByTaV7YStGmWHSwJEyyBTUg4Ru9V6oSeS+Hk8JqeIXJ7Ys2F9nZYaPTc6S+PCsgIi53jh33pJfPMG6hWU8G8r04zyShZcgrrrpJuG4fotKMYsSqbKJ7vLfDkkoqoN/mq/pz0qaw5o=
on_success: always
on_failure: always
template:
- "Repo `%{repository_slug}` *%{result}* build (<%{build_url}|#%{build_number}>) for commit *%{commit_message}* (<%{compare_url}|%{commit}>) on branch `%{branch}`."
- ":bust_in_silhouette: : *%{author}*"
- ":timer_clock: : *%{duration}*"
- ":left_speech_bubble: : %{message}"