cordova-plugin-example-isprime
Version:
Checks if a number is prime, and if not, returns the corresponding factors. Used for PhoneGap Day EU 2017 'Creating Modern PhoneGap Plugins' workshop; not intended for production use (there are better ways to find primes!)
25 lines • 539 B
YAML
sudo: false
matrix:
include:
- os: osx
language: objective-c
- os: linux
jdk: oraclejdk1.8
language: android
android:
components:
- tools
- platform-tools
- tools
- build-tools-25.0.2
- android-25
- sys-img-armeabi-v7a-android-N
licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
script:
- nvm install 6.10.2
- nvm use 6.10.2
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm use system; fi
- /bin/bash tests/travis.sh