mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
Fix typos in travis config.
Hooray for testing travis configs via pushing to master.
This commit is contained in:
@@ -8,11 +8,10 @@ compiler:
|
||||
before_install:
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||
&& sudo apt-get update -qq
|
||||
if [ "$CXX" = "g++" ]; then
|
||||
sudo apt-get install -qq g++-4.7
|
||||
&& export CXX="g++-4.7" CC="gcc-4.7"
|
||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y \
|
||||
&& sudo apt-get update -qq \
|
||||
&& if [ "$CXX" == "g++" ]; then
|
||||
sudo apt-get install -qq g++-4.7 && export CXX="g++-4.7" CC="gcc-4.7"
|
||||
fi
|
||||
fi
|
||||
before_script:
|
||||
|
Reference in New Issue
Block a user