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 df18da0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ addons:
- 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 df18da0

Please sign in to comment.