diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 078bd30..fe084bb 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -47,7 +47,7 @@ addons: | |||
47 | name: "gjedeer/tuntox" | 47 | name: "gjedeer/tuntox" |
48 | description: "Build submitted via Travis CI" | 48 | description: "Build submitted via Travis CI" |
49 | notification_email: gdr@gdr.name | 49 | notification_email: gdr@gdr.name |
50 | # build_command_prepend: "make clean" | 50 | build_command_prepend: "make clean" |
51 | build_command: "make" | 51 | build_command: "make" |
52 | branch_pattern: master | 52 | branch_pattern: master |
53 | 53 | ||