Browse Source

try to fix build

Daniel Zlotin 7 years ago
parent
commit
99697fb2dc
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      .travis.yml

+ 0
- 1
.travis.yml View File

@@ -30,7 +30,6 @@ before_cache:
30 30
   - rm -rf $HOME/.gradle/caches/*/plugin-resolution/
31 31
 
32 32
 install:
33
-  - netstat -vanp tcp | grep 8081
34 33
   # node
35 34
   - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
36 35
   - export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"