Преглед на файлове

Merge pull request #261 from infosiftr/travis-readme

Add Travis badge to README and disable cache use
yosifkit преди 11 години
родител
ревизия
91dd6028b0
променени са 2 файла, в които са добавени 2 реда и са изтрити 5 реда
  1. 0 5
      .travis.yml
  2. 2 0
      README.md

+ 0 - 5
.travis.yml

@@ -3,11 +3,6 @@ language: bash
 # allow for use of Docker-based workers
 sudo: false
 
-# cache those huge source repos, if possible (since build.sh handles existing repos intelligently)
-cache:
-    directories:
-        - bashbrew/src
-
 # --no-build because we has no Docker in Travis :)
 script:
     - ./bashbrew/build.sh --no-build --all

+ 2 - 0
README.md

@@ -1,5 +1,7 @@
 # Docker Official Images
 
+[![Build Status](https://travis-ci.org/docker-library/official-images.svg?branch=master)](https://travis-ci.org/docker-library/official-images)
+
 ## Contributing to the standard library
 
 Thank you for your interest in the Docker official images project! We