updated npm install-pilot script
authorTravis Webb <me@traviswebb.com>
Sat, 14 Jun 2014 04:42:16 +0000 (00:42 -0400)
committerTravis Webb <me@traviswebb.com>
Sat, 14 Jun 2014 04:42:16 +0000 (00:42 -0400)
.travis.yml
package.json

index cdb41c3..2686eeb 100644 (file)
@@ -8,7 +8,7 @@ install:
   - npm install
 
 before_script:
-  - sudo npm run setup
+  - sudo npm run install-pilot
   - npm start &
   - sleep 5
 
index de47e46..90cc841 100644 (file)
@@ -94,6 +94,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/*",
-    "setup": "./node_modules/.bin/xtuple-server install-pilot --xt-demo --xt-quickstart"
+    "install-pilot": "./node_modules/.bin/xtuple-server install-pilot --xt-demo --xt-quickstart"
   }
 }