corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 sudo: false
2  
3 language: node_js
4  
5 node_js:
6 - '0.10'
7 - '0.12'
8  
9 before_script:
10 - npm run pretest
11  
12 script:
13 - npm run test-verbose
14  
15 notifications:
16 email:
17 on_success: change
18 on_failure: always