Commit af1018a2 authored by Michal Čihař's avatar Michal Čihař

Use numerical comparing here

parent b7db51db
......@@ -36,7 +36,7 @@ before_script:
- cp weblate/settings_example.py weblate/settings.py
- mysql -e 'create database weblate;'
- psql -c 'create database weblate;' -U postgres
- if [[ 0$TRAVIS_SELENIUM == 1 ]]; then curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash ; fi
- if [[ 0$TRAVIS_SELENIUM -eq 1 ]]; then curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash ; fi
# commands to run tests
script:
- ./scripts/generate-locales
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment