Skip to content

Commit

Permalink
allow failures on osx
Browse files Browse the repository at this point in the history
currently building osx version fails due to deprecated sip directives in PyQt4.
  • Loading branch information
m-kuhn committed Apr 22, 2016
1 parent 7f741f0 commit 5738292
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
@@ -1,12 +1,14 @@
language: cpp

sudo: required
dist: precise
group: legacy

os:
- linux
- osx
matrix:
allow_failures:
- os: osx
include:
- os: linux
sudo: required
dist: precise
group: legacy
- os: osx

compiler:
- clang
Expand Down

0 comments on commit 5738292

Please sign in to comment.