diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-01-30 21:29:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-30 21:29:30 +0800 |
commit | b2130c1c506c5dae180a1ef957b966450068a6b8 (patch) | |
tree | bf519cbacf2243220b1463a4196a3744c83c63e5 /.travis.yml | |
parent | c6afd62e3e2beadfbab831f0547b15d0ae8a750f (diff) | |
parent | b162aa3db635c54778dc6490c388b16058b42890 (diff) | |
download | dexon-tests-b2130c1c506c5dae180a1ef957b966450068a6b8.tar dexon-tests-b2130c1c506c5dae180a1ef957b966450068a6b8.tar.gz dexon-tests-b2130c1c506c5dae180a1ef957b966450068a6b8.tar.bz2 dexon-tests-b2130c1c506c5dae180a1ef957b966450068a6b8.tar.lz dexon-tests-b2130c1c506c5dae180a1ef957b966450068a6b8.tar.xz dexon-tests-b2130c1c506c5dae180a1ef957b966450068a6b8.tar.zst dexon-tests-b2130c1c506c5dae180a1ef957b966450068a6b8.zip |
Merge pull request #409 from ethereum/travis
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: |