Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9050af6

Browse files
committed
squash: fix travis config
1 parenta344712 commit9050af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ install:
3333
-pwd
3434
-export CUR_DIR=`pwd`
3535
-mkdir -p ${CUR_DIR}/bin
36-
-if [ "${CC}" = "gcc" ];
36+
-if [ "${CC}" = "gcc" ]; then
3737
export CXX=g++-4.9;
3838
export CC=gcc-4.9;
3939
fi
40-
-if [ "${CC}" = "clang" ];
40+
-if [ "${CC}" = "clang" ]; then
4141
export CXX=clang++-3.8;
4242
export CC=clang-3.8;
4343
export CCACHE_CPP2=yes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp