Skip to content

Commit

Permalink
Revert "Run pedantic builds on CI"
Browse files Browse the repository at this point in the history
This reverts commit 7cf0be1.
  • Loading branch information
tfausak committed Jan 5, 2018
1 parent 82fdb0e commit 47bd015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ before_install:
script:
- stack setup
- stack build --only-dependencies --test
- stack build --no-run-tests --pedantic --test
- stack build --no-run-tests --test
- stack build --test
- stack sdist

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
test_script:
- stack setup > nul
- stack build --only-dependencies --test
- stack build --no-run-tests --pedantic --test
- stack build --no-run-tests --test
- stack build --test
- stack sdist

Expand Down

1 comment on commit 47bd015

@tfausak
Copy link
Owner Author

@tfausak tfausak commented on 47bd015 Jan 5, 2018

Choose a reason for hiding this comment

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

Please sign in to comment.