Skip to content

Commit

Permalink
chore: ⚙️ removing deploy and release branches from Travis-CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Aurélio da Silva <marcoonroad@gmail.com>
  • Loading branch information
marcoonroad committed Aug 4, 2019
1 parent 3b5633e commit bab413b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,5 +1,9 @@
language: c
sudo: required
branches:
except:
- deploy
- release
install: test -e .travis.opam.sh || wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-opam.sh
script: bash -ex .travis-opam.sh
env:
Expand Down

0 comments on commit bab413b

Please sign in to comment.