From 49db3cf8e8089ec340c7ee23480f8766aed173f3 Mon Sep 17 00:00:00 2001 From: Aleks Hudochenkov Date: Fri, 3 Apr 2020 18:07:15 +0200 Subject: [PATCH] Run less CI --- .github/workflows/nodejs.yml | 10 ++-------- .travis.yml | 12 ------------ 2 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index e4a4cf8..ce0164a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,22 +14,16 @@ env: jobs: test: - name: Test on Node.js ${{ matrix.node }} and ${{ matrix.os }} + name: Test on Node.js ${{ matrix.node }} - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: fail-fast: false matrix: node: [10, 12] - os: [ubuntu-latest, windows-latest, macos-latest] steps: - - name: Set git to use LF - run: | - git config --global core.autocrlf false - git config --global core.eol lf - - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node }} diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d408c45..0000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -dist: trusty -sudo: false -language: node_js - -node_js: - - stable - -before_install: - - curl -s https://raw.githubusercontent.com/gucong3000/postcss-syntaxes/HEAD/deps.js | node - -after_script: - - codecov