From ac4d8a9152698e0553d393357e43e1063938f013 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 8 May 2018 09:20:23 +0200 Subject: [PATCH] simplify circle --- circle.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index 55886db205..0c02b8f7d6 100644 --- a/circle.yml +++ b/circle.yml @@ -1,13 +1,10 @@ # Warning: This file is automatically synced from https://github.com/ipfs/ci-sync so if you want to change it, please change it there and ask someone to sync all repositories. machine: node: - version: 8 + version: 8.11.1 test: - pre: - - npm run lint post: - - make test - npm run coverage -- --upload --providers coveralls dependencies: