diff --git a/.travis.yml b/.travis.yml index 7f638b73..cb0dff4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ addons: description: "Build submitted via Travis CI" notification_email: frrrwww@gmail.com build_command_prepend: "cd src && make clean" - build_command: "cd src && make -j4" + build_command: "make -j4" branch_pattern: master script: cd src && make && make test