Tell Travis CI to build only pushes to master branch.

This commit is contained in:
ccd0 2019-07-09 17:52:08 -07:00
parent 0ef9423220
commit 34fd29f71c

View File

@ -2,3 +2,6 @@ dist: xenial
language: generic
install: npm install
script: make
branches:
only:
- master