Explorar el Código

remove `rvm get stable` on .travis.yml

Andrea Bizzotto hace 8 años
padre
commit
adb0d0444c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -1,7 +1,7 @@
 language: objective-c
 osx_image: xcode8.3
-before_install:
-  - rvm get stable
+#before_install:
+#  - rvm get stable
 
 install:
   - ./scripts/install_swiftlint.sh