Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

259
Views
Support settings 2 languages in one travis ci file (objective-c and node for react-native)

I tried to run XCUITest (Objective-C/swift) on travis ci for a react-native project while there's also node jest unit tests that I'll be running. I was wondering what the best way is to set up the travis.yml file since XCUITest is in Objective-C and jest unit tests are in node_js. I've done some research but not sure what a good way to do it is.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

It turns out the travis.yml file can be set up this way

language: objective-c

git:
  submodules: false

sudo: required
services:
  - docker

node_js:
  - "5.10.1"

before_install:
  - npm install

env:
  - export NODE_VERSION="5.10.1"

script:
  - npm test
  - cd ios/ && xcodebuild test ...

hopefully it's useful to some people

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!