mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
travis: Add dummy configuration for master
Apparently we need a dummy travis configuration on the master branch, so that we can tell it not to build the master branch.
This commit is contained in:
parent
25b79a2aef
commit
ad7711788e
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: cpp
|
||||
branches:
|
||||
only:
|
||||
- release/1.10.x
|
||||
- release/1.9.x
|
||||
script:
|
||||
- echo "Build disabled on master branch."
|
Loading…
x
Reference in New Issue
Block a user