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