Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit f061c34

Browse files
authored
Merge pull request #10 from ipfs/automatic-ci-script-update
Updating CI files
2 parents 687314b + 20e77a4 commit f061c34

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# 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.
12
sudo: false
23
language: node_js
34

@@ -14,7 +15,6 @@ script:
1415
- npm run lint
1516
- npm run test
1617
- npm run coverage
17-
- make test
1818

1919
before_script:
2020
- export DISPLAY=:99.0

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
# 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.
12
version: "{build}"
23

34
environment:
45
matrix:
56
- nodejs_version: "6"
7+
- nodejs_version: "8"
68

79
matrix:
810
fast_finish: true
@@ -22,6 +24,6 @@ install:
2224
- npm install
2325

2426
test_script:
25-
- npm run test
27+
- npm run test:node
2628

2729
build: off

ci/Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// 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.
2+
javascript()

circle.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
# 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.
12
machine:
23
node:
34
version: stable
45

5-
test:
6-
post:
7-
- npm run coverage -- --upload
8-
96
dependencies:
107
pre:
118
- google-chrome --version

0 commit comments

Comments
 (0)