We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d10447 commit db43228Copy full SHA for db43228
.travis.yml
@@ -1,9 +1,5 @@
1
language: cpp
2
3
-#cache:
4
-# directories:
5
-# - /opt/fairsoft/nov15p1
6
-
7
matrix:
8
include:
9
- os: osx
@@ -25,29 +21,6 @@ matrix:
25
21
sudo: required
26
22
env: ROOT_VERSION=root6
27
23
28
-#env:
29
-# - ROOT_VERSION=root5
30
-# - ROOT_VERSION=root6
31
-#
32
-#os:
33
-# - linux
34
-# - osx
35
36
-#compiler:
37
-# - gcc
38
-# - clang
39
40
-#matrix:
41
-# exclude:
42
-# - os: osx
43
-# compiler: gcc
44
-# - os: linux
45
-# compiler: clang
46
47
-# The following gives us Ubuntu 14.04 LTS instead of 12.04 LTS
48
-#sudo: required
49
-#dist: trusty
50
51
24
before_install:
52
- if test "$TRAVIS_OS_NAME" = "linux"; then
53
sudo apt-get update -q;
0 commit comments