Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
[ci] fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocodutra committed Apr 22, 2018
1 parent d6edbc8 commit 2db5d12
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,12 @@ env:
- TARGET="webpack@3 html-webpack-plugin@2"
- TARGET="webpack@4 html-webpack-plugin@3"

matrix:
exclude:
- node_js: '4'
env: TARGET="webpack@4 html-webpack-plugin@3"

- node_js: '5'
env: TARGET="webpack@4 html-webpack-plugin@3"

jobs:
include:
- stage: test
os: linux
node_js: node
env: ""
env: []
script: travis_retry npm run coverage
after_success:
- travis_retry npm install coveralls
Expand All @@ -41,7 +33,7 @@ jobs:
- stage: deploy
os: linux
node_js: node
env: ""
env: []
script: skip
deploy:
provider: npm
Expand All @@ -56,7 +48,7 @@ jobs:
if: type = pull_request
os: linux
node_js: node
env: ""
env: []
script:
- |
if [[ -n $(git diff --name-only package-lock.json) ]]
Expand Down

0 comments on commit 2db5d12

Please sign in to comment.