mirror of
https://github.com/embarklabs/ethereumjs-wallet.git
synced 2025-01-28 11:24:50 +00:00
Do not run Travis on every branch, just master
This commit is contained in:
parent
da60d4ee0a
commit
13ae0a99a3
@ -11,6 +11,11 @@ addons:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-4.8
|
||||
branches:
|
||||
# We need to whitelist the branches which we want to have "push" automation.
|
||||
# Pull request automation is not constrained to this set of branches.
|
||||
only:
|
||||
- master
|
||||
env:
|
||||
matrix:
|
||||
- CXX=g++-4.8 TEST_SUITE=test
|
||||
|
Loading…
x
Reference in New Issue
Block a user