Build only on develop branch - for now

temporary until we update the shell scripts for dual-branch builds
pull/1464/head
SingLi 10 years ago
parent 589133d2ca
commit d81ac64e1a
  1. 2
      .travis.yml

@ -2,7 +2,6 @@ sudo: required
language: node_js language: node_js
branches: branches:
only: only:
- master
- develop - develop
node_js: node_js:
- '0.12' - '0.12'
@ -50,5 +49,4 @@ deploy:
local_dir: ../build local_dir: ../build
on: on:
branch: branch:
- master
- develop - develop

Loading…
Cancel
Save