ci thrash
authorTravis Webb <me@traviswebb.com>
Mon, 16 Jun 2014 00:13:40 +0000 (20:13 -0400)
committerTravis Webb <me@traviswebb.com>
Mon, 16 Jun 2014 00:13:40 +0000 (20:13 -0400)
.travis.yml
package.json

index 8d235f3..0c37e5c 100644 (file)
@@ -6,6 +6,7 @@ before_install:
 
 install:
   - npm install
+  - npm test-build
 
 before_script:
   - sudo npm run server-setup
@@ -13,7 +14,6 @@ before_script:
   - sleep 5
 
 script:
-  - npm test-build
   - npm test
   - npm run test-datasource
   - npm run jshint
index cdbe9a6..29bc0fc 100644 (file)
@@ -95,6 +95,6 @@
     "test": "./node_modules/.bin/mocha -R spec test/lib/login.js test/models/* test/database/* test/extensions/* test/lib/test_runner.js",
     "test-build": "./node_modules/.bin/mocha -R spec test/build/build_app.js",
     "test-datasource": "./node_modules/.bin/mocha -R spec test/routes/*",
-    "server-setup": "./node_modules/.bin/xtuple-server install-pilot --xt-demo --xt-quickstart"
+    "server-setup": "./node_modules/.bin/xtuple-server install-pilot --xt-demo"
   }
 }