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