diff options
author | Paweł Bylica <chfast@gmail.com> | 2018-01-30 19:31:56 +0800 |
---|---|---|
committer | Paweł Bylica <chfast@gmail.com> | 2018-01-30 19:31:56 +0800 |
commit | b162aa3db635c54778dc6490c388b16058b42890 (patch) | |
tree | 659f29d77115e2b0b3250f4301ffc3acb634961d /.travis.yml | |
parent | 9b1f07c58a70d1b17c4489c49eb9bebf4a27d290 (diff) | |
download | dexon-tests-b162aa3db635c54778dc6490c388b16058b42890.tar dexon-tests-b162aa3db635c54778dc6490c388b16058b42890.tar.gz dexon-tests-b162aa3db635c54778dc6490c388b16058b42890.tar.bz2 dexon-tests-b162aa3db635c54778dc6490c388b16058b42890.tar.lz dexon-tests-b162aa3db635c54778dc6490c388b16058b42890.tar.xz dexon-tests-b162aa3db635c54778dc6490c388b16058b42890.tar.zst dexon-tests-b162aa3db635c54778dc6490c388b16058b42890.zip |
Travis CI: Build PRs once
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e223fbc3c..f3d378022 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ python: - "2.7" node_js: - "8" +branches: + only: + - master + - develop sudo: false install: "npm install jsonschema" script: |