Skip to content

Commit

Permalink
Merge pull request puppetlabs-toy-chest#47 from MikaelSmith/docs/stab…
Browse files Browse the repository at this point in the history
…le/extra-space

(docs) Fix extra space
  • Loading branch information
branan committed Jul 8, 2015
2 parents 406b501 + e701b29 commit 51774ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis_target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function travis_make()
{
mkdir $1 && cd $1

# Set compiler to GCC 4.8 here, as Travis overrides the global variables.
# Set compiler to GCC 4.8 here, as Travis overrides the global variables.
export CC=gcc-4.8 CXX=g++-4.8
# Generate build files
[ $1 == "debug" ] && export CMAKE_VARS="-DCMAKE_BUILD_TYPE=Debug -DCOVERALLS=ON"
Expand Down

0 comments on commit 51774ea

Please sign in to comment.