chore: remove travis integration (#39390)
This commit is contained in:
committed by
GitHub
parent
f813dfff87
commit
1603e5beba
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: CodeQL Scanning
|
||||
name: CodeQL
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
CodeQL-Build:
|
||||
name: CodeQL Build
|
||||
name: Scan
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
|
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Cypress Tests
|
||||
name: Cypress
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
cypress-run:
|
||||
name: Cypress Tests
|
||||
name: Test
|
||||
env:
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
31
.travis.yml
31
.travis.yml
@ -1,31 +0,0 @@
|
||||
language: node_js
|
||||
|
||||
node_js:
|
||||
- 'lts/*'
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- '$HOME/.npm'
|
||||
|
||||
env:
|
||||
global:
|
||||
- NO_UPDATE_NOTIFIER=1
|
||||
- NODE_NO_WARNINGS=1
|
||||
|
||||
before_install:
|
||||
- npm config set loglevel warn
|
||||
- cp sample.env .env
|
||||
|
||||
install: npm ci
|
||||
|
||||
before_script:
|
||||
- npm run ensure-env
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: Lint javaScript
|
||||
script:
|
||||
- npm run lint
|
||||
|
||||
- stage: Unit and Integration tests
|
||||
script: npm test
|
Reference in New Issue
Block a user