From b6e68098aab4419d4a6869474548e42a98d47ca3 Mon Sep 17 00:00:00 2001 From: Eridanus Sora Date: Mon, 2 Sep 2019 17:25:49 +0800 Subject: [PATCH] delete ci configs --- .travis.yml | 9 --------- azure-pipelines.yml | 21 --------------------- 2 files changed, 30 deletions(-) delete mode 100644 .travis.yml delete mode 100644 azure-pipelines.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 15d9d9e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: node_js - -node_js: - - "node" -install: - - npm install - - npm install -g typescript -script: - - npm run build \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 975c52d..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Node.js -# Build a general Node.js project with npm. -# Add steps that analyze code, save build artifacts, deploy, and more: -# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript - -trigger: -- master - -pool: - vmImage: 'ubuntu-latest' - -steps: -- task: NodeTool@0 - inputs: - versionSpec: '10.x' - displayName: 'Install Node.js' - -- script: | - npm install - npm run build - displayName: 'npm install and build'