Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Document a no-install WAD run option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred committed Sep 6, 2013
1 parent 150ade9 commit 184179e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -29,6 +29,15 @@ Before this happens we need to keep Travis-CI from installing the bundle and do

Please refer to the Travis documentation if you need to do something more elaborate.

### Alternative build configuration

If you always want to run the latest version of WAD, you can set it up like this:

install: "curl https://raw.github.com/Fingertips/WAD/master/bin/wad | ruby"
script: "bundle exec rake test:all"

Note that this opens up an attack vector! For example, if someone manages to poision the DNS server used by Travis they can run arbitrary code.

### Environment

The WAD script needs to know where and how to access S3. You can do this with three environment variables. The S3 region, the bucket name and the S3 credentials.
Expand Down

0 comments on commit 184179e

Please sign in to comment.