merge
[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"
18
19   # test an upgrade from 4.4.0
20   - "wget http://sourceforge.net/projects/postbooks/files/03%20PostBooks-databases/4.4.0/postbooks_demo-4.4.0.backup"
21   - "./scripts/build_app.js -d upgrade_test -i -b ./postbooks_demo-4.4.0.backup"