.travis.yml: Allow testing on any branch.
I don't know how to check this out except to push the change. Related to #2005.paths
parent
05c72e8690
commit
44411cad74
|
@ -5,9 +5,6 @@ compiler:
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
group: deprecated-2017Q4
|
group: deprecated-2017Q4
|
||||||
|
|
Loading…
Reference in New Issue