Browse Source

listen whats on 8081

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

+ 1
- 0
.travis.yml View File

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