Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Updating CI files
Browse files Browse the repository at this point in the history
This commit updates all CI scripts to the latest version
  • Loading branch information
victorb committed Nov 23, 2017
1 parent bef8f7d commit a80c968
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -14,7 +15,6 @@ script:
- npm run lint
- npm run test
- npm run coverage
- make test

before_script:
- export DISPLAY=:99.0
Expand Down
28 changes: 17 additions & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
# 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"

# cache:
# - node_modules

platform:
- x64
matrix:
fast_finish: true

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install
# Install Node.js
- ps: Install-Product node $env:nodejs_version

test_script:
# Upgrade npm
- npm install -g npm

# Output our current versions for debugging
- node --version
- npm --version
- npm test

build: off
# Install our package dependencies
- npm install

version: "{build}"
test_script:
- npm run test:node

build: off
2 changes: 2 additions & 0 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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()
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -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.
machine:
node:
version: stable
Expand Down

0 comments on commit a80c968

Please sign in to comment.