Explorar o código

Use Ruby 2.3 on CircleCI

Norio Nomura %!s(int64=7) %!d(string=hai) anos
pai
achega
5f458312bb
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .circleci/config.yml

+ 2 - 0
.circleci/config.yml

@@ -1,5 +1,6 @@
 aliases:
   - &xcode-9
+    shell: /bin/bash --login -eo pipefail
     steps:
       - checkout
       - run: |
@@ -10,6 +11,7 @@ aliases:
           ) | xcpretty -r junit
       - store_test_results:
           path: build/reports/
+      - run: echo "ruby-2.3" > ~/.ruby-version
       - run: pod lib lint
       - run: bash <(curl -s https://codecov.io/bash)