diff --git a/README.md b/README.md index fe56727..51571b8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -cpp3ds [![Build Status](https://travis-ci.org/Cruel/cpp3ds.png)](https://travis-ci.org/Cruel/cpp3ds) +cpp3ds [![Build Status](https://travis-ci.org/Cruel/cpp3ds.png?branch=master)](https://travis-ci.org/Cruel/cpp3ds) ====== Basic C++ gaming framework and library for Nintendo 3DS diff --git a/test/run.sh b/test/run.sh index 295f6de..13e1fee 100755 --- a/test/run.sh +++ b/test/run.sh @@ -1,5 +1,5 @@ echo "Compiling unit tests..." -g++ main.cpp -lgtest -std=c++11 -o test +g++ main.cpp -lgtest -o test echo "Running unit tests..." ./test -v result=$?