aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7c4eafb..e2b0927 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,4 @@ compiler:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libsdl1.2-dev libasound2-dev libpng-dev libz-dev
-script: ./configure && make
+script: ./configure --platform=libretro && make
diff --git a/README.md b/README.md
index 9964410..4297f3c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
PCSX-ReARMed - yet another PCSX fork
====================================
-[![Build Status](https://travis-ci.org/notaz/pcsx_rearmed.svg?branch=master)](https://travis-ci.org/notaz/pcsx_rearmed)
+[![Build Status](https://travis-ci.org/libretro/pcsx_rearmed.svg?branch=master)](https://travis-ci.org/libretro/pcsx_rearmed)
*see [readme.txt](readme.txt) for more complete documentation*