Skip to content

Commit

Permalink
TASK: Use production build for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Feb 13, 2018
1 parent b41a68e commit 60afd6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Build/TravisCi/InstallScripts/IntegrationTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ cd Packages/Application/Neos.Neos.Ui

# Since all environments depend on the node dependencies, install and
# afterwards prune them to remove extranous packages from previous/cached runs.
make install
make build
make build-production

# Deactivate the previous enabled handling of hidden files with the `mv` command.
shopt -u dotglob

0 comments on commit 60afd6c

Please sign in to comment.