Skip to content

Commit

Permalink
Fix typo (apt-get -> apt-get install)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Mar 6, 2015
1 parent 59e73df commit 4ab967f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_install:
- if [ -n "$LIBCXX" -a "$CXX" == "clang++" ]; then sudo ln -sf libc++.so.1.0 libc++.so.1 && cd $cwd; fi

# Otherwise attempt to install g++ 4.9 libstdc++ instead for use in clang
- if [ -z "$LIBCXX" -a "$CXX" == "clang++" ]; then sudo apt-get -qq g++-4.9; fi
- if [ -z "$LIBCXX" -a "$CXX" == "clang++" ]; then sudo apt-get install -qq g++-4.9; fi

install:
- cd "$MAIN_PATH"
Expand Down

0 comments on commit 4ab967f

Please sign in to comment.