diff options
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 60c79466..6d2a9d80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,7 @@ script: "cake test" notifications: email: false branches: - only: - - master + except: + - experimental + - 1.42 + - commands |
