Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
squash: fix link to c compiler
  • Loading branch information
deanberris committed Apr 6, 2017
commit 4289ca9b08e8da7d11ffb2b33d6259856eb796b8
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install:
ln -s `which clang++-3.8` ${CUR_DIR}/bin/clang++;
${CUR_DIR}/bin/clang --version;
export CXX=${CUR_DIR}/bin/clang++;
export CC=${CUR_DIR}/bin/clang++;
export CC=${CUR_DIR}/bin/clang;
fi
before_script:
- export PATH=${CUR_DIR}/bin:${PATH}
Expand Down