aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 6 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 82570a06..11a29eb7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,6 @@
-language: node_js
-node_js:
- - "6"
-
-install:
- - npm install eslint eslint-config-crockford
-
-script:
- - npm run lint
- - npm run build
- - npm test \ No newline at end of file
+language: node_js
+node_js:
+ - node
+
+script:
+ - npm run lint