diff --git a/.travis.yml b/.travis.yml index 466d223..18e9450 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,8 +82,6 @@ before_install: - composer install # NPM Version - npm i -g npm@5.7 - # CoffeeScript - - npm install coffee-formatter # OCaml # - opam init --auto-setup # Init environment variables for opam diff --git a/package.json b/package.json index d18036b..73ae8f7 100644 --- a/package.json +++ b/package.json @@ -456,6 +456,7 @@ "prepare": "npm run docs", "lint": "coffeelint src/ spec/", "code-docs": "codo && open docs/code/index.html", + "pretest": "npm lint", "test": "atom --test spec" }, "config": {