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

Commit

Permalink
[ci] test on webpack 3 and 4
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocodutra committed Mar 4, 2018
1 parent c0fdeb9 commit b8bc55e
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 1,722 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,9 @@ git:
env:
global:
secure: dHZkfjL0eagnG2UBm4cR3DVFgwyPAc4gr48sBfIPrdee6Zm3uz9ctQcSjTmKtOKKQd0g4BNMTgvpi44JuZX79N67fygWmWMCSKSPInkSsnPJLOVArhC0F+T8Eei19hwaARwFZ++MCmsIUoyFtjLsCaG4tO+6jM1uu/0FXDwL//XcYZefMRLMzGv1j3RLJk9dQfY6InilCEqjvcbMlktNbECJs04GVWSl3RsYTffHYUft+0qrwKKA+eDKLCf3qC5hJ6TLW0foF+fNu16jh/gZtw94b8dhpdEqd9gO0bXz4/jt+sI+ubczio0IX1EdG2WLFJxPQvVNz38Bqof1fBe3hesL64rsr3PFuCPs8kdMIHHkKoDLfRS/K/3+PW25XteHkFOEi8UJg6BB5sw1zDhqKc42gybMDphYOIkUkdoNMbUmFJKJy01pP7jqP45ye0sXL0Gff3YPZGfVry7gK+Bh63esQEaCnPrScrdpB8ycKW+KS+ddv6KWUNdQKSHsEWtikQ505WYHtqZ81XIMP6HXLV3H/lMRfT43NOALUBpauuJ+JXM5f1yl8rSJHY0YoA2CUScmUrgJLQ5KsBdRPq5GXS7TKTuRZ7O7J/yWoAys2ok8BOAiq5sths+oZ7LMAgHkTLeik67arWTVvy+wiDcXpMpcak3W8pm8cdNDbVu96WM=
matrix:
- DEPS="webpack@3 html-webpack-plugin@2"
- DEPS="webpack@4 html-webpack-plugin@3"

jobs:
include:
Expand Down Expand Up @@ -56,6 +59,7 @@ before_install:

install:
- travis_retry npm install
- travis_retry npm ${DEPS}

before_script:
- git config --global user.name "Travis Bot"
Expand Down

0 comments on commit b8bc55e

Please sign in to comment.