Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpollak committed Jul 29, 2019
1 parent ac03992 commit c1e4005
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ install:
# Check what versions are currently installed.
- /usr/lib/chromium-browser/chromedriver --version
- chromium-browser --version
- moodle-plugin-ci install
echo "moodle-plugin-ci was installed. use 8080 as selenium port."
- moodle-plugin-ci install
- xvfb-run -a --server-args="-screen 0 1024x768x24" java -Dwebdriver.chrome.driver=/usr/lib/chromium-browser/chromedriver -jar ${MOODLE_SELENIUM_JAR} -log /tmp/selenium.log &
- php -t ${MOODLE_DIR} -S localhost:8080 > /tmp/php-access.log 2> /tmp/php-error.log &
- sleep 5s
Expand Down

0 comments on commit c1e4005

Please sign in to comment.