Skip to content

Commit 22bf513

Browse files
committed
fix: Travis
1 parent c2f577b commit 22bf513

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,13 @@ matrix:
4343
- language: objective-c
4444
os: osx
4545
osx_image: xcode8.3
46+
node_js: 8
4647
cache:
4748
- bundler
4849
- pip
4950
- yarn
5051
env: LANE='ios'
5152
before_install:
52-
- curl -o- -L https://yarnpkg.com/install.sh | bash
53-
- export PATH="$HOME/.yarn/bin:$PATH"
5453
- .travis/before_install.sh
5554
before_script:
5655
- sudo easy_install virtualenv

0 commit comments

Comments
 (0)