Merge pull request #244 from arianvp/travis-test-fix
Remove redundant build from .travis.yml file.
This commit is contained in:
commit
9245c9f15c
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- stack setup
|
- stack setup
|
||||||
- stack build --ghc-options "-Werror"
|
- stack build --test --ghc-options "-Werror"
|
||||||
- stack test
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
Loading…
Reference in a new issue