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 5, 2020
1 parent dd76a57 commit 0b006b1
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 0b006b1

Please sign in to comment.