Browse Source

trigger build

Daniel Zlotin 7 years ago
parent
commit
0b5e7e821c
2 changed files with 1 additions and 1 deletions
  1. 1
    0
      .travis.yml
  2. 0
    1
      scripts/travis.sh

+ 1
- 0
.travis.yml View File

25
   - rm -rf $HOME/.gradle/caches/*/plugin-resolution/
25
   - rm -rf $HOME/.gradle/caches/*/plugin-resolution/
26
 
26
 
27
 install:
27
 install:
28
+  - sysctl -n machdep.cpu.brand_string
28
   - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
29
   - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
29
   - export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
30
   - export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
30
   - nvm install $NODE_VERSION
31
   - nvm install $NODE_VERSION

+ 0
- 1
scripts/travis.sh View File

19
   echo -e "${green}\t\t\t --> $(($duration / 60)) minutes and $(($duration % 60)) seconds ${nocolor}\n"
19
   echo -e "${green}\t\t\t --> $(($duration / 60)) minutes and $(($duration % 60)) seconds ${nocolor}\n"
20
 }
20
 }
21
 
21
 
22
-run_f "sysctl -n machdep.cpu.brand_string"
23
 run_f "yarn install"
22
 run_f "yarn install"
24
 run_f "yarn run test-js"
23
 run_f "yarn run test-js"
25
 run_f "yarn run test-android"
24
 run_f "yarn run test-android"