Skip to content

Commit

Permalink
travis/main.sh: fix indent error
Browse files Browse the repository at this point in the history
  • Loading branch information
willson-chen committed May 22, 2020
1 parent bc65827 commit 7a73f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ cmake_args=(
# libxpm-dev is unavaible in brew repo
# Once it gets avaible, please modify this code block.
if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
cmake_args+=("-DENABLE_XPM=1")
cmake_args+=("-DENABLE_XPM=1")
fi

build_cmake() {
Expand Down

0 comments on commit 7a73f68

Please sign in to comment.