Skip to content

Commit 6141826

Browse files
author
Luc Dion
committed
Update for circleCI
1 parent 6ea4f25 commit 6141826

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
macos:
1111
xcode: "9.2.0"
1212

13+
dependencies:
14+
pre:
15+
- rvm install rubygems 2.4.8 --force
16+
- gem install bundler -v 1.11.2
17+
1318
steps:
1419
- checkout
1520

@@ -21,7 +26,7 @@ jobs:
2126
# Build the app and run tests
2227
- run:
2328
name: Build and run tests
24-
command: fastlane travis
29+
command: bundle exec fastlane travis
2530
environment:
2631
SCAN_DEVICE: iPhone 6
2732
SCAN_SCHEME: WebTests

0 commit comments

Comments
 (0)