summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 55f8ed48..a8724631 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ language: node_js
node_js:
- "0.10.40"
install:
- - "npm install -g eslint"
- - "npm install -g eslint-plugin-meteor"
+ - "npm install"
script:
- - "eslint ./"
+ - "npm test"