Skip to content

Commit

Permalink
travis again
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
Julien Veyssier committed Jul 2, 2019
1 parent c323053 commit 3f2755e
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 @@ -51,8 +51,8 @@ before_script:
# temporary fix, feel free to fix that
- sed -i $'s|if (substr($fullPath, 0, strlen($root) + 1) === $root . \'/\')|if (is_string($root) and substr($fullPath, 0, strlen($root) + 1) === $root . \'/\')|g' lib/autoloader.php
- mkdir data
- php ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database $DB --database-pass=''
- php ./occ app:enable maps
- php -f ./occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database $DB --database-pass=''
- php -f ./occ app:enable maps
- chmod 777 data
#- php -S localhost:8080 &
- cd apps/maps
Expand Down

0 comments on commit 3f2755e

Please sign in to comment.