Skip to content

Commit

Permalink
Do not allow OSX builds to fail on Travis CI anymore since we are "re…
Browse files Browse the repository at this point in the history
…leased" now

Modified README.md to point the Travis CI image to the new place
  • Loading branch information
Michael Armbruster committed May 8, 2016
1 parent cc233a0 commit 254d432
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: cpp

matrix:
fast_finish: true
allow_failures:
- os: osx
include:
- os: linux
compiler: gcc
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# wudecrypt [![Build Status](https://travis-ci.com/maki-chan/wudecrypt.svg?token=TtctQqvBpxs6fMXkifqD&branch=master)](https://travis-ci.com/maki-chan/wudecrypt)
# wudecrypt [![Build Status](https://travis-ci.org/maki-chan/wudecrypt.svg?branch=master)](https://travis-ci.org/maki-chan/wudecrypt)

## What is wudecrypt?
wudecrypt (sometimes also written WUDecrypt) is a tool written in C, fully cross-platform compatible, to decrypt Wii U Disk images (.wud).
Expand Down

0 comments on commit 254d432

Please sign in to comment.