Merge pull request #1895 from gpazo/24672
[xtuple] / .travis.yml
index 4f16e66..564ef54 100644 (file)
@@ -1,6 +1,6 @@
 language: node_js
 node_js:
-  - "0.8"
+  - "0.10"
 
 install:
   - "bash scripts/install_xtuple.sh -ipn"
@@ -12,7 +12,6 @@ before_script:
   - "cd .."
 
 script:
-  - "npm run-script test"
-  - "npm run-script test-datasource"
   - "npm run-script test-datasource"
-  - "./node_modules/.bin/jshint lib/backbone-x/source lib/enyo-x/source lib/tools/source enyo-client/application/source/ node-datasource/routes"
+  - "npm run-script test"
+  - "npm run-script jshint"