fix ci process
authorTravis Webb <me@traviswebb.com>
Mon, 16 Jun 2014 00:53:08 +0000 (20:53 -0400)
committerTravis Webb <me@traviswebb.com>
Mon, 16 Jun 2014 00:53:08 +0000 (20:53 -0400)
.travis.yml

index 51ac5b5..428d986 100644 (file)
@@ -6,10 +6,10 @@ before_install:
 
 install:
   - npm install
-  - npm run test-build
 
 before_script:
   - sudo npm run server-setup
+  - npm run test-build
   - npm start &
   - sleep 5