Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnall committed May 24, 2019
1 parent d7e35bc commit 83c31e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ addons:
packages:
- clang-8
- cmake
- gcc-8
- g++-8
- gcc-9
- g++-9
- ninja-build
homebrew:
packages:
- cmake
- gcc@8
- gcc@9
- llvm@8
- ninja
update: true
Expand All @@ -47,7 +47,7 @@ install:
export PATH="$(brew --prefix llvm)/bin:$PATH";
fi
# /usr/bin/gcc points to an older compiler on both Linux and macOS.
- if [ "$CXX" = "g++" ]; then export CXX="g++-8" CC="gcc-8"; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-9" CC="gcc-9"; fi
# /usr/bin/clang points to an older compiler on both Linux and macOS.
#
# Homebrew's llvm package doesn't ship a versioned clang++ binary, so the values
Expand Down
2 changes: 1 addition & 1 deletion third_party/glog

0 comments on commit 83c31e7

Please sign in to comment.