Tell travis to skip 1.13 builds - they don't work there.
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
This commit is contained in:
parent
f4d2d1a24b
commit
1170772a4f
1 changed files with 5 additions and 0 deletions
|
@ -28,3 +28,8 @@ script:
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
# skip building travis on 1.13 - it doesn't work there
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- 1.13-pre
|
||||||
|
|
Loading…
Reference in a new issue