Skip to content

Commit

Permalink
Scan has default path?
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo-Yuan-Huang committed Dec 2, 2017
1 parent 25657b3 commit ac2c33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ addons:
name: "Bo-Yuan-Huang/cpp-project-template"
description: "Build submitted via Travis CI"
notification_email: byhuang1992@gmail.com
build_command_prepend: "mkdir build && cd build && cmake -Dcoverage=ON $PARENTDIR"
build_command: "cd $PARENTDIR/build && make"
build_command_prepend: "cmake -Dcoverage=ON $PARENTDIR"
build_command: "make"
branch_pattern: coverity_scan

before_install:
Expand Down

0 comments on commit ac2c33d

Please sign in to comment.