From 2f1ddd775dd887b74f68b26acec5cd37a8e3ba06 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 22 Aug 2018 10:20:20 +0200 Subject: [PATCH] remove downloadsolc + clean cache --- .circleci/config.yml | 10 +++++----- .travis.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba1668148f..83ae837ab4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,13 +26,13 @@ jobs: - checkout - restore_cache: keys: - - dep-bundle-18-{{ checksum "package.json" }} + - dep-bundle-19-{{ checksum "package.json" }} - run: npm install - save_cache: - key: dep-bundle-18-{{ checksum "package.json" }} + key: dep-bundle-19-{{ checksum "package.json" }} paths: - ~/repo/node_modules - - run: npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build + - run: npm run lint && npm run test && npm run make-mock-compiler && npm run build - run: ./ci/browser_tests.sh remix-debugger: @@ -46,10 +46,10 @@ jobs: - checkout - restore_cache: keys: - - dep-bundle-13-{{ checksum "package.json" }} + - dep-bundle-14-{{ checksum "package.json" }} - run: npm install - save_cache: - key: dep-bundle-13-{{ checksum "package.json" }} + key: dep-bundle-14-{{ checksum "package.json" }} paths: - ~/repo/node_modules - run: npm run build_debugger diff --git a/.travis.yml b/.travis.yml index 77f8b68b5b..5b0e8e0ceb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ branches: - master - remix_live script: - - npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build + - npm run lint && npm run test && npm run make-mock-compiler && npm run build - ./ci/browser_tests.sh deploy: - provider: script