Skip to content

Commit

Permalink
TASK: Change dependency to neos UI in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed Jul 10, 2018
1 parent b2ea9f8 commit 3e59367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ before_install:
- cd ..
- git clone https://github.com/neos/neos-base-distribution.git -b ${NEOS_TARGET_VERSION}
- cd neos-base-distribution
- composer require --no-update --no-interaction neos/neos-ui:dev-master
- composer require --no-update --no-interaction neos/neos-ui-compiled:dev-master
- composer require --no-update --no-interaction neos/neos-ui
- composer require --no-update --no-interaction neos/neos-ui-compiled
- composer require --no-update --no-interaction punktde/archivist:dev-master
install:
- composer install --no-interaction
Expand Down

0 comments on commit 3e59367

Please sign in to comment.