Skip to content

Commit

Permalink
Upgrade to 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Oct 17, 2020
1 parent 34c83c4 commit 285c1f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ matrix:
- language: android
jdk: oraclejdk8
before_install:
- nvm install 10.18.1
- nvm install 10.22.1
- echo yes | sdkmanager "platforms;android-28"
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1
- export PATH=$HOME/.yarn/bin:$PATH
Expand All @@ -26,7 +26,7 @@ matrix:
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
- os: osx
osx_image: xcode12.2
node_js: 10.18.1
node_js: 10.22.1
cache:
bundler: true
yarn: true
Expand All @@ -39,7 +39,7 @@ matrix:
- brew cleanup
podfile: example/ios/Podfile
before_install:
- nvm use 10.18.1
- nvm use 10.22.1
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.21.1
- export PATH=$HOME/.yarn/bin:$PATH
install:
Expand All @@ -62,7 +62,7 @@ script:
cd $TRAVIS_BUILD_DIR/example/ios
set -o pipefail
rm -f build
xcodebuild -arch x86_64 -sdk iphonesimulator13.2 -workspace ./RNMapboxGLExample.xcworkspace -scheme RNMapboxGLExample | xcpretty -c
xcodebuild -arch x86_64 -sdk iphonesimulator14.2 -workspace ./RNMapboxGLExample.xcworkspace -scheme RNMapboxGLExample | xcpretty -c
fi
- |
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
Expand Down

0 comments on commit 285c1f0

Please sign in to comment.