Commit b7c9b386 b7c9b3868c6dfbd0b107936c96b01436e60afc52 by Nicolas Perriault

fixed travis build configuration

1 parent 6034ce18
...@@ -7,7 +7,7 @@ before_script: ...@@ -7,7 +7,7 @@ before_script:
7 - "phantomjs --version" 7 - "phantomjs --version"
8 - "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'" 8 - "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'"
9 script: 9 script:
10 - make all 10 - make test
11 notifications: 11 notifications:
12 irc: 12 irc:
13 channels: 13 channels:
......