Commit cb323523 cb323523dc57ba7604124c219d9234c55329a87f by Nicolas Perriault

display phantomjs version used in travis build logs

1 parent 0c7a050c
...@@ -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"
......