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

+ 0
- 1
scripts/travis.sh View File

@@ -19,7 +19,6 @@ run_f () {
19 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 22
 run_f "yarn install"
24 23
 run_f "yarn run test-js"
25 24
 run_f "yarn run test-android"