Browse Source

update to xcode8.3

Daniel Zlotin 7 years ago
parent
commit
41a0c2ad48
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      .travis.yml

+ 1
- 2
.travis.yml View File

1
 os: osx
1
 os: osx
2
-osx_image: xcode8.1
2
+osx_image: xcode8.3
3
 
3
 
4
 env:
4
 env:
5
   global:
5
   global:
18
   directories:
18
   directories:
19
     - $YARN_CACHE
19
     - $YARN_CACHE
20
     - $HOME/.m2
20
     - $HOME/.m2
21
-    - $ANDROID_HOME/licenses/
22
 
21
 
23
 install:
22
 install:
24
   # node
23
   # node