Added notice about RFP breaking some keyboard shortcuts
[user-js.git] / .travis.yml
blob5dce0415e9c0767bb462d2fa78e05b20f4f17f97
1 language: node_js
2 node_js:
3   - "node"
4 before_script:
5   - npm install -g acorn
6 script:
7   - acorn --silent user.js
8   - bash -n cas.sh
9   - make tests
10 addons:
11   apt:
12     packages:
13     - shellcheck
14 notifications:
15   irc:
16     channels:
17       - "chat.freenode.net#user.js"
18     on_success: always
19     on_failure: always
20     template:
21       - "Build #%{build_number} | %{commit} | \"%{commit_subject}\" | %{message}"
22       - "Build details : %{build_url}"