Skip to content

Commit

Permalink
chore: disallow linter failures in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleds committed May 14, 2018
1 parent bdf8f81 commit 0f0aa29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: cpp
sudo: false

jobs:
allow_failures:
- env: NQQ_BUILD_TYPE=FORMAT
include:
- stage: build
env: NQQ_BUILD_TYPE=FORMAT
Expand Down

2 comments on commit 0f0aa29

@danieleds
Copy link
Member Author

@danieleds danieleds commented on 0f0aa29 May 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Teklad had to do this, otherwise github did't provide an immediate feedback for failed linting.

@Teklad
Copy link
Collaborator

@Teklad Teklad commented on 0f0aa29 May 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No big deal. When I first set it up I assumed it worked differently. Either way the change is fine with me.

Please sign in to comment.