update extension reports with existing grade or we get too many copies
[xtuple] / .travis.yml
1 language: node_js
2 node_js:
3   - "0.10"
4
5 install:
6   - "bash scripts/install_xtuple.sh -ipn"
7
8 before_script:
9   - "cd node-datasource"
10   - "node main.js &"
11   - "sleep 10"
12   - "cd .."
13
14 script:
15   - "npm run-script test-datasource"
16   - "npm run-script test"
17   - "npm run-script jshint"