diff --git a/.travis.yml b/.travis.yml index 7186776af..29944dcaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ language: node_js -cache: - yarn: false node_js: - '8' -before_script: - - yarn cache clean script: - - yarn build && yarn test -- --runInBand --no-cache --coverage \ No newline at end of file + - yarn test -- --runInBand --no-cache --coverage \ No newline at end of file