Skip to content

Commit

Permalink
Fixing the Travis-CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
JusticeRage committed Aug 26, 2019
1 parent cb2f418 commit 64726bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ language: cpp
sudo: false
addons:
apt:
sources:
- boost-latest
- ubuntu-toolchain-r-test
packages:
- libboost-regex1.55-dev
- libboost-program-options1.55-dev
- libboost-system1.55-dev
- libboost-filesystem1.55-dev
- libboost-test1.55-dev
- libboost-regex-dev
- libboost-program-options-dev
- libboost-system-dev
- libboost-filesystem-dev
- libboost-test-dev
- libssl-dev
- gcc-4.8
- g++-4.8
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin_packer_detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace plugin {

// Check the section names against a list of known names.
const std::vector<std::string> common_names = boost::assign::list_of(".text")
(".textnss")
(".textbss")
(".data")
(".DATA")
(".eh_fram")
Expand Down

0 comments on commit 64726bf

Please sign in to comment.