Merge pull request #1907 from gpazo/fixent-install
[xtuple] / .travis.yml
index 7d23539..564ef54 100644 (file)
@@ -1,6 +1,6 @@
 language: node_js
 node_js:
-  - "0.8"
+  - "0.10"
 
 install:
   - "bash scripts/install_xtuple.sh -ipn"
@@ -12,5 +12,6 @@ before_script:
   - "cd .."
 
 script:
-  - "npm run-script test"
   - "npm run-script test-datasource"
+  - "npm run-script test"
+  - "npm run-script jshint"