Browse Source

try to run on OSX

Daniel Zlotin 8 years ago
parent
commit
94286aa94d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .travis.yml

+ 2
- 1
.travis.yml View File

30
   - rm -rf $HOME/.gradle/caches/*/plugin-resolution/
30
   - rm -rf $HOME/.gradle/caches/*/plugin-resolution/
31
 
31
 
32
 before_install:
32
 before_install:
33
-  - set -e
34
   - brew update
33
   - brew update
35
   - brew cask install java
34
   - brew cask install java
35
+  - touch ~/.nvmrc
36
   - rm -rf ~/.nvm
36
   - rm -rf ~/.nvm
37
   - git clone https://github.com/creationix/nvm.git ~/.nvm
37
   - git clone https://github.com/creationix/nvm.git ~/.nvm
38
   - source ~/.nvm/nvm.sh
38
   - source ~/.nvm/nvm.sh
40
   - curl -o- -L https://yarnpkg.com/install.sh | bash
40
   - curl -o- -L https://yarnpkg.com/install.sh | bash
41
 
41
 
42
 install:
42
 install:
43
+  - set -e
43
   - ./scripts/clean.sh
44
   - ./scripts/clean.sh
44
   - yarn install
45
   - yarn install
45
 
46