display phantomjs version used in travis build logs
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -2,6 +2,7 @@ branches: | ... | @@ -2,6 +2,7 @@ branches: |
2 | only: | 2 | only: |
3 | - master | 3 | - master |
4 | before_script: | 4 | before_script: |
5 | - "phantomjs --version" | ||
5 | - "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'" | 6 | - "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'" |
6 | - "export DISPLAY=:99.0" | 7 | - "export DISPLAY=:99.0" |
7 | - "sh -e /etc/init.d/xvfb start" | 8 | - "sh -e /etc/init.d/xvfb start" | ... | ... |
-
Please register or sign in to post a comment