repo.or.cz
/
user-js.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #435 from nodiscc/update-tbb-diff
[user-js.git]
/
.travis.yml
blob
5dce0415e9c0767bb462d2fa78e05b20f4f17f97
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}"