Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Apr 18, 2015
1 parent 74f5db0 commit 1245930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rm -rf hspec-example && git clone https://github.com/hspec/hspec-example
( cabal install --only-dependencies --enable-tests && cabal configure --enable-tests --ghc-options=-Werror && cabal build && cabal test && cabal sdist && cabal install dist/hspec-*.tar.gz)
(cd hspec-example && cabal configure --enable-tests --ghc-options=-Werror && cabal build && cabal test)
(cd hspec-th && cabal configure --enable-tests --ghc-options=-Werror && cabal build && cabal test && cabal sdist && cabal install dist/hspec-*.tar.gz)
(cd hspec-contrib && cabal configure --enable-tests --ghc-options=-Werror && cabal build && cabal test && cabal sdist && cabal install dist/hspec-*.tar.gz)
(cd hspec-contrib cabal install --only-dependencies --enable-tests && cabal configure --enable-tests --ghc-options=-Werror && cabal build && cabal test && cabal sdist && cabal install dist/hspec-*.tar.gz)
(cd hspec-discover/example && cabal configure --enable-tests --ghc-options=-Werror && cabal build && cabal test)
(cd hspec-discover/integration-test && cabal configure --enable-tests --ghc-options=-Werror && cabal build && cabal test)
test/regression/issue-169/run.sh
Expand Down

0 comments on commit 1245930

Please sign in to comment.