Fix travis setup on 18/19
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -20,14 +20,12 @@ before_install:
|
|||||||
- phpunit --version
|
- phpunit --version
|
||||||
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
|
||||||
- bash ./before_install.sh deck $CORE_BRANCH $DB
|
- bash ./before_install.sh deck $CORE_BRANCH $DB
|
||||||
- cd ../server
|
|
||||||
- ./occ app:enable deck
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- cd apps/deck
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- composer install
|
- composer install
|
||||||
|
- cd ../server
|
||||||
|
- ./occ app:enable deck
|
||||||
|
- cd apps/deck
|
||||||
- make test-unit
|
- make test-unit
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|||||||
Reference in New Issue
Block a user