Merge pull request #1820 from shackbarth/wipe_early
authorTravis Webb <me@traviswebb.com>
Wed, 17 Sep 2014 15:52:32 +0000 (11:52 -0400)
committerTravis Webb <me@traviswebb.com>
Wed, 17 Sep 2014 15:52:32 +0000 (11:52 -0400)
wipe views before foundation database code is executed

1  2 
.travis.yml

diff --combined .travis.yml
@@@ -1,6 -1,6 +1,6 @@@
  language: node_js
  node_js:
 -  - "0.8"
 +  - "0.10"
  
  install:
    - "bash scripts/install_xtuple.sh -ipn"
@@@ -15,7 -15,3 +15,3 @@@ 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"