Skip to content
Snippets Groups Projects
Commit 48ffb6e2 authored by Ryan Smith's avatar Ryan Smith
Browse files

ci(travis): Attempts to get the pwd before cd.

parent bc1e6cc8
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ before_install:
- composer install --no-interaction
- phpenv config-rm xdebug.ini
- nvm install node
- pwd
- cd ../..
- composer selfupdate
- composer create-project -n --no-dev --prefer-dist moodlerooms/moodle-plugin-ci ci ^2
......@@ -64,4 +65,4 @@ deploy:
skip_cleanup: true
on:
tags: true
php: 7.1
\ No newline at end of file
php: 7.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment