Skip to content

Commit

Permalink
Fixed issue #13736: No javascript : bad date not saved but error not …
Browse files Browse the repository at this point in the history
…shown

Dev: we must always control in PHP, js is an user help, not a dev control …
  • Loading branch information
Shnoulle authored and olleharstedt committed Jun 5, 2018
1 parent 1f4873e commit dfe3f66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ before_script:
- java -jar selenium-server-standalone-3.7.1.jar -enablePassThrough false > /dev/null 2> /dev/null &

script:
<<<<<<< HEAD
# Check for syntax errors. This line will never halt the tests.
- find application/ -type f -name "*.php" -exec php -l {} \; | grep -v 'No syntax errors' || true
# Run the tests.
Expand Down
Loading

0 comments on commit dfe3f66

Please sign in to comment.