Skip to content

Commit

Permalink
Place bash script into double quotes so env variables expands properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
emanlove committed Nov 25, 2013
1 parent d9b00b5 commit 85a0c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- python test/run_tests.py python $BROWSER --noncritical ignore_$BROWSER_error
- "python test/run_tests.py python $BROWSER --noncritical ignore_$BROWSER_error"
env:
matrix:
- BROWSER=firefox
Expand Down

0 comments on commit 85a0c0c

Please sign in to comment.