haxtuple placeholder for 17921
[xtuple] / .travis.yml
index 28ecf6a..10dcc2b 100644 (file)
@@ -1,6 +1,6 @@
 language: node_js
 node_js:
-  - "0.8"
+  - "0.10"
 
 install:
   - "bash scripts/install_xtuple.sh -ipn"
@@ -8,8 +8,14 @@ install:
 before_script:
   - "cd node-datasource"
   - "node main.js &"
-  - "sleep 5"
+  - "sleep 10"
   - "cd .."
 
 script:
+  - "npm run-script test-datasource"
   - "npm run-script test"
+  - "npm run-script jshint"
+
+  # test an upgrade from 4.4.0
+  - "wget http://sourceforge.net/projects/postbooks/files/03%20PostBooks-databases/4.4.0/postbooks_demo-4.4.0.backup"
+  - "./scripts/build_app.js -d upgrade_test -i -b ./postbooks_demo-4.4.0.backup"