diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-06-16 13:29:02 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-06-17 17:28:21 +0200 |
commit | cab4f87c88120c23c6173edbd5ddc6e18a862cfc (patch) | |
tree | 3d88a2d9fd5fc550ea3bcac9bf5455701cb254c0 /.travis.yml | |
parent | 8edf9e906a56163c23d34230bcab1b8c9f87f849 (diff) | |
download | sonarqube-cab4f87c88120c23c6173edbd5ddc6e18a862cfc.tar.gz sonarqube-cab4f87c88120c23c6173edbd5ddc6e18a862cfc.zip |
Drop support of PhantomJS in integration tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 35df96cfde4..960ab66f8d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ cache: - server/sonar-web/node_modules - $HOME/jvm - $HOME/maven - - $HOME/phantomjs before_cache: # remove all the artifacts (JAR, ZIP) that are installed in local repo because of mvn deploy |