Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all development npm dependencies (2020-06-22) #928

Merged
merged 5 commits into from
Jul 12, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ignore node engine
quick edit to see if ios builds
  • Loading branch information
Your Name committed Jul 3, 2020
commit a36bcc4e102688f426bba6dc561f8bb4abe6fc1e
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install:
- echo $MAPBOX_ACCESS_TOKEN > ./accesstoken
- find node_modules -name ".git" -exec rm -r "{}" \; || true
- rm -rf example/node_modules/\@react-native-mapbox-gl/
- yarn install
- yarn install --ignore-engines
- echo $TRAVIS_OS_NAME
- |
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
Expand All @@ -70,7 +70,7 @@ script:
fi
- cd $TRAVIS_BUILD_DIR
- yarn global add -g 'jest@24.8.0'
- yarn install
- yarn install --ignore-engines
- yarn run unittest
- yarn run generate
deploy:
Expand Down