diff --git a/.travis.yml b/.travis.yml index e6c6a99..1675c3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,4 @@ jobs: script: - bash build-waf.sh after_script: - - bash scripts/continious-upload.sh waf-ext waf-noext + - bash scripts/continious_upload.sh waf-ext waf-noext diff --git a/README.md b/README.md index fc31282..aca8a08 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Waifu Build System +[![Build Status](https://api.travis-ci.com/FWGS/waifu.svg?branch=master)](https://travis-ci.com/FWGS/waifu) + This is a Waf build system with some experimental modules developed for FWGS projects. This repo is focused on developing our own modules, testing them, syncing with upstream and maybe sending back patches to original Waf in future.