react-native-iap
Version:
React Native In App Purchase Module.
41 lines (35 loc) • 809 B
YAML
matrix:
# This causes the build to complete immediately upon first failure or once
# required jobs are green.
fast_finish: true
# Building APK/IPA takes a long time; do not wait for them to finish.
# allow_failures:
# - env: JOB=APK
# - env: JOB=IPA
include:
# Runs unit tests without emulators.
- env: JOB=PR
sudo: false
language: node_js
node_js:
- "stable"
cache:
directories:
- node_modules
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
install:
- yarn install
- cd IapExample
- yarn install
- cd ..
build:
- yarn build
script:
- yarn validate