From faeb390704b973c2e4bd5ab40c209222504c3447 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Tue, 1 Aug 2017 10:50:38 -0400 Subject: [PATCH] Simplify travis script --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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