Commit 71ae9760 71ae9760ed9aa5523d0bc1e1ab3f95f6f2fc3d67 by Nicolas Perriault

fixed travis-ci matric configuration

1 parent e688481a
......@@ -18,9 +18,10 @@ before_script:
script:
- make test
matrix:
- PHANTOMJS_EXECUTABLE="phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
- PHANTOMJS_EXECUTABLE="phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
env:
matrix:
- PHANTOMJS_EXECUTABLE="phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
- PHANTOMJS_EXECUTABLE="phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
notifications:
irc:
......