Skip to content

Commit

Permalink
Don't cat default.features
Browse files Browse the repository at this point in the history
    * .travis.yml:
  • Loading branch information
jwillemsen committed Nov 17, 2016
1 parent 0bd85b2 commit 61425f6
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 @@ -29,7 +29,7 @@ before_script:
- perl $DDS_ROOT/tools/scripts/dds_fuzz.pl
- if [ "$CXX" == "g++" ]; then ./configure; fi
- if [ "$CXX" == "clang++" ]; then ./configure --compiler=clang++ --no-inline; fi
- cat $ACE_ROOT/bin/MakeProjectCreator/config/default.features
# - cat $ACE_ROOT/bin/MakeProjectCreator/config/default.features
- cat $ACE_ROOT/ace/config.h
- cat $ACE_ROOT/include/makeinclude/platform_macros.GNU
- tar xzf modeling_plugins.tar.gz
Expand Down

0 comments on commit 61425f6

Please sign in to comment.