Commit 71ae9760 71ae9760ed9aa5523d0bc1e1ab3f95f6f2fc3d67 by Nicolas Perriault

fixed travis-ci matric configuration

1 parent e688481a
...@@ -18,7 +18,8 @@ before_script: ...@@ -18,7 +18,8 @@ before_script:
18 script: 18 script:
19 - make test 19 - make test
20 20
21 matrix: 21 env:
22 matrix:
22 - PHANTOMJS_EXECUTABLE="phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes" 23 - PHANTOMJS_EXECUTABLE="phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
23 - PHANTOMJS_EXECUTABLE="phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes" 24 - PHANTOMJS_EXECUTABLE="phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
24 25
......