Skip to content

Commit 29c23b5

Browse files
authored
Remove Travis flags
1 parent 7eb78b5 commit 29c23b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

travis/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ if [ -z "$TRAVIS_TAG" ]
2828
then
2929
# On non-release builds, disable optimizations.
3030
STACK_EXTRA_FLAGS="--fast"
31-
else
32-
# On release builds, set the 'release' cabal flag.
33-
STACK_EXTRA_FLAGS="--flag purescript:RELEASE"
3431
fi
3532

3633
if [ "$STACKAGE_NIGHTLY" = "true" ]

0 commit comments

Comments
 (0)