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