فهرست منبع

Switch Travis to "language: bash" (which will actually avoid all the "ruby" output once they deploy the change)

See also https://github.com/travis-ci/travis-ci/issues/2856 and https://github.com/travis-ci/travis-build/pull/306
Tianon Gravi 11 سال پیش
والد
کامیت
911411216b
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -1,5 +1,4 @@
-# just pick a random language so we don't get funky "bundle" ruby stuff
-language: c
+language: bash
 
 # allow for use of Docker-based workers
 sudo: false