Skip to content

Commit

Permalink
Clean travis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhlig1 committed Nov 8, 2016
1 parent 3d10447 commit db43228
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
language: cpp

#cache:
# directories:
# - /opt/fairsoft/nov15p1

matrix:
include:
- os: osx
Expand All @@ -25,29 +21,6 @@ matrix:
sudo: required
env: ROOT_VERSION=root6

#env:
# - ROOT_VERSION=root5
# - ROOT_VERSION=root6
#
#os:
# - linux
# - osx
#
#compiler:
# - gcc
# - clang
#
#matrix:
# exclude:
# - os: osx
# compiler: gcc
# - os: linux
# compiler: clang

# The following gives us Ubuntu 14.04 LTS instead of 12.04 LTS
#sudo: required
#dist: trusty

before_install:
- if test "$TRAVIS_OS_NAME" = "linux"; then
sudo apt-get update -q;
Expand Down

0 comments on commit db43228

Please sign in to comment.