Tell Travis CI to build only pushes to master branch.
This commit is contained in:
parent
0ef9423220
commit
34fd29f71c
@ -2,3 +2,6 @@ dist: xenial
|
|||||||
language: generic
|
language: generic
|
||||||
install: npm install
|
install: npm install
|
||||||
script: make
|
script: make
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user