Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
language: node_js
node_js:
- '6'
- '8'
- '10'
- node

os:
- linux
- osx

git:
depth: 1
stages:
- check
- test
- deploy

env:
global:
Expand All @@ -21,7 +21,8 @@ env:

jobs:
include:
- stage: test
- name: coverage
stage: check
os: linux
node_js: node
env: []
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
- TARGET: "webpack@4 html-webpack-plugin@3"

install:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version x64

- appveyor-retry npm install -g npm@latest
- appveyor-retry npm install
Expand Down
Loading