Skip to content

Commit

Permalink
added linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeiczin committed Nov 10, 2016
1 parent 666bae5 commit 1b62cbb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Expand Up @@ -15,6 +15,10 @@ addons:

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "centos" ]]; then
yum install xmlsec-devel
yum install xmlsec-openssl-devel
; fi

script:
- mkdir build
Expand All @@ -24,8 +28,12 @@ script:

matrix:
include:
- os: linux
dist: fedora
- os: centos
dist: 6
pack: rpm
sudo: required
- os: osx
osx_image: xcode7.2

notification:
email: false

0 comments on commit 1b62cbb

Please sign in to comment.