From 20e77a4e073430261bd64bca0ce400982c21db4f Mon Sep 17 00:00:00 2001 From: Victor Bjelkholm Date: Fri, 22 Dec 2017 12:15:49 +0100 Subject: [PATCH] Updating CI files This commit updates all CI scripts to the latest version --- .travis.yml | 2 +- appveyor.yml | 4 +++- ci/Jenkinsfile | 2 ++ circle.yml | 5 +---- 4 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 ci/Jenkinsfile diff --git a/.travis.yml b/.travis.yml index 584f308..5102ee5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +# 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. sudo: false language: node_js @@ -14,7 +15,6 @@ script: - npm run lint - npm run test - npm run coverage - - make test before_script: - export DISPLAY=:99.0 diff --git a/appveyor.yml b/appveyor.yml index 767f5b4..046bf91 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,10 @@ +# 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. version: "{build}" environment: matrix: - nodejs_version: "6" + - nodejs_version: "8" matrix: fast_finish: true @@ -22,6 +24,6 @@ install: - npm install test_script: - - npm run test + - npm run test:node build: off diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile new file mode 100644 index 0000000..a7da2e5 --- /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 index d67b6ae..0009693 100644 --- a/circle.yml +++ b/circle.yml @@ -1,11 +1,8 @@ +# 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. machine: node: version: stable -test: - post: - - npm run coverage -- --upload - dependencies: pre: - google-chrome --version