Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
gitlab-ci: Remove useless argument to new-configure
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielG committed Oct 26, 2018
1 parent 8d55413 commit 954f5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ after_script:
- echo $PWD
- which cabal
- cabal --version
- cabal new-configure --enable-tests --only-dependencies
- cabal new-configure --enable-tests
- cabal new-build
- cabal new-test
- cabal new-haddock
Expand Down

0 comments on commit 954f5bc

Please sign in to comment.