From 68b7cb22cf3cf5ae502539f682a31ecc85dd5ee8 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 19 Jul 2018 17:14:38 +0100 Subject: [PATCH] chore: remove travis and circle, add jenkins --- .travis.yml | 17 ----------------- ci/Jenkinsfile | 2 ++ circle.yml | 7 ------- 3 files changed, 2 insertions(+), 24 deletions(-) delete mode 100644 .travis.yml create mode 100644 ci/Jenkinsfile delete mode 100644 circle.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b305ff68..00000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -sudo: false -language: node_js - -matrix: - include: - - node_js: stable - env: CXX=g++-4.8 - -script: - - npm run lint - -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-4.8 diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile new file mode 100644 index 00000000..a7da2e54 --- /dev/null +++ b/ci/Jenkinsfile @@ -0,0 +1,2 @@ +// Warning: This file is automatically synced from https://github.com/ipfs/ci-sync so if you want to change it, please change it there and ask someone to sync all repositories. +javascript() diff --git a/circle.yml b/circle.yml deleted file mode 100644 index 355d2261..00000000 --- a/circle.yml +++ /dev/null @@ -1,7 +0,0 @@ -machine: - node: - version: stable - -test: - override: - - npm run lint