corrade-nucleus-nucleons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 language: node_js
2  
3 node_js:
4 - "0.11"
5  
6 before_install:
7  
8 - npm install -g browserstack-runner
9 - npm install -g grunt-cli
10  
11 install: npm install
12  
13 notifications:
14 email: false
15 irc:
16 channels:
17 - "asimov.freenode.net#mobiledetect"
18 template:
19 - "%{repository} (%{commit}): %{message}. Build details: %{build_url}"
20 - "%{author} said %{commit_subject}. See %{compare_url}"