-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.travis.yml
42 lines (34 loc) · 959 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
40
41
42
language: node_js
dist: trusty
addons:
chrome: stable
node_js:
- '8'
before_script:
- npm install
script:
- npm test
after_script:
#TODO: enable publishing code coverage reports
#- codeclimate < test/coverage/**/lcov.info
notifications:
# publish build status to IRC channel: #spel2js
irc:
channels:
- chat.freenode.net#spel2js
on_success: always
on_failure: always
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}'
- 'Change view : %{compare_url}'
- 'Build details : %{build_url}'
#TODO: enable publishing build status to gitter.im
# publish build status to gitter chat room: https://gitter.im/benmarch/spel2js
#webhooks:
# urls:
# - [REPLACE WITH YOUR WEBHOOK URL; https://webhooks.gitter.im/e/XXXXXXXXXXXXXXXX]
# on_success: always
# on_failure: always
# on_start: false
env:
#- CODECLIMATE_REPO_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX