aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-09-21 16:04:24 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-09-21 16:29:40 +0200
commit0040097c9bf32b149caf1c97c8d209291d1eff05 (patch)
treea4a8cbed032aa2ea2225e8eeb97453978aa547b8 /.travis.yml
parent9933871efd122163f7e2dfe8377b9b2dd384b47b (diff)
Do not run Travis OS X packaging job on PRs
This job was useless anyway because the depoly and pre-deploy phases were not run.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b9ea455da..6c926aacb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -147,7 +147,8 @@ matrix:
- brew update --debug --verbose
- brew install opam gnu-time
- - os: osx
+ - if: NOT type IS pull_request
+ os: osx
osx_image: xcode8.3
env:
- TEST_TARGET=""