We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b93d1c commit 0a9e065Copy full SHA for 0a9e065
1 file changed
.travis.yml
@@ -1,4 +1,4 @@
1
-osx_image: xcode9.2
+osx_image: xcode9.3
2
language: objective-c
3
cache:
4
- bundler
@@ -10,8 +10,7 @@ env:
10
install:
11
- bundle install
12
- travis_wait bundle exec pod install
13
-- pip install --upgrade pip
14
-- pip install --user transifex-client
+- python -m pip install --user transifex-client
15
before_script:
16
- set -o pipefail
17
script:
0 commit comments