Skip to content

Commit

Permalink
Don’t ignore the errors since we’ve fixed them all
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd authored and pereirinha committed Oct 6, 2020
1 parent 4a3795a commit fbc1f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

- php: "5.6"
script:
- npm run lint || true
- npm run lint
- npm run build

- php: "7.4"
script:
- npm run lint || true
- npm run lint
- npm run build

notifications:
Expand Down

0 comments on commit fbc1f76

Please sign in to comment.