Skip to content

Commit

Permalink
ci(travis): refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss authored and zkochan committed Mar 19, 2019
1 parent 7d838d1 commit bac160c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf

[*.{ts,js,json}]
[*.{ts,js,json,yml,yaml}]
indent_style = space
indent_size = 2
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- 4
- 6
- 8
- 10
- '4'
- '6'
- '8'
- '10'
before_install:
- curl -L https://unpkg.com/@pnpm/self-installer | node
install:
Expand Down
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
environment:
matrix:
- nodejs_version: 4
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: '4'
- nodejs_version: '6'
- nodejs_version: '8'
- nodejs_version: '10'
install:
- ps: Install-Product node $env:nodejs_version
- curl -L https://unpkg.com/@pnpm/self-installer | node
- pnpm install
matrix:
fast_finish: true
build: off
build: 'off'
version: '{build}'
test_script:
- node --version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"test:unit": "tape test/*.js",
"test": "standard && npm run test:unit && mos test",
"test": "standard && pnpm run test:unit && mos test",
"md": "mos"
},
"files": [
Expand Down

0 comments on commit bac160c

Please sign in to comment.