Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Build: fix typo in before_install in travis-ci.
Browse files Browse the repository at this point in the history
* Refs #254
  • Loading branch information
anonimal committed Jul 22, 2016
1 parent 8427401 commit 8a7341f
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 @@ -31,7 +31,7 @@ addons:
branch_pattern: coverity_scan
before_install:
- git submodule update --init --recursive
- sudo apt-get add-apt-repository ppa:kojoley/boost
- sudo add-apt-repository ppa:kojoley/boost
- sudo apt-get -q update
- sudo apt-get -y install libboost-{chrono,log,program-options,date-time,thread,system,filesystem,regex}1.58{-dev,.0}
before_script: export CC=gcc-${GCC_VERSION} CXX=g++-${GCC_VERSION} ${FORCE_CLEAN}
Expand Down

0 comments on commit 8a7341f

Please sign in to comment.