Fix travis script

This commit is contained in:
Cruel
2014-02-06 23:29:29 -05:00
parent b5d4610cae
commit c3a8929446
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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=$?