diff --git a/.travis.yml b/.travis.yml index e99896e..974720c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ node_js: - "stable" - "8" - "6" +install: "yarn install --frozen-lockfile" script: "npm run lint"