Changeset - e89fbf323f02
[Not reviewed]
0 1 0
Vitaly Takmazov - 8 years ago 2017-11-06 19:08:46
vitalyster@gmail.com
Travis: do not allow osx failures
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -6,14 +6,12 @@ virtualenv:
 
matrix:
 
  include:
 
    - os: linux
 
      dist: trusty
 
      sudo: required
 
    - os: osx
 
  allow_failures:
 
    - os: osx
 
before_script:
 
  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
 
      export DEBIAN_FRONTEND=noninteractive;
 
      export APT_LISTCHANGES_FRONTEND=none;
 
      echo force-confold | sudo tee -a /etc/dpkg/dpkg.cfg;
 
      curl -k https://swift.im/keys/packages.key | sudo apt-key add -;
0 comments (0 inline, 0 general)