chore: remove travis integration (#39390)

This commit is contained in:
Mrugesh Mohapatra
2020-08-11 02:07:19 +05:30
committed by GitHub
parent f813dfff87
commit 1603e5beba
3 changed files with 4 additions and 35 deletions

View File

@ -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:

View File

@ -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 }}

View File

@ -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