Merge pull request #193 from alfrix/master
authorTwinaphex <libretro@gmail.com>
Tue, 28 Aug 2018 22:36:46 +0000 (00:36 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Aug 2018 22:36:46 +0000 (00:36 +0200)
Fix Travis

.travis.yml
README.md

index 7c4eafb..e2b0927 100644 (file)
@@ -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
index 9964410..4297f3c 100644 (file)
--- 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*