File tree Expand file tree Collapse file tree 1 file changed +22
-18
lines changed Expand file tree Collapse file tree 1 file changed +22
-18
lines changed Original file line number Diff line number Diff line change 15
15
- MPICH_BOT_URL_TAIL="mpich-3.2_3.yosemite.bottle.1.tar.gz"
16
16
- BUILD_TYPES="Release Debug RelWithDebInfo CodeCoverage"
17
17
matrix :
18
- - GCC=6 OSX_PACKAGES="gcc@6 cmake"
19
- - GCC=7 OSX_PACKAGES="gcc cmake"
18
+ - GCC=6 OSX_PACKAGES="gcc@6 cmake shellcheck "
19
+ - GCC=7 OSX_PACKAGES="gcc cmake shellcheck "
20
20
21
21
matrix :
22
22
fast_finish : true
@@ -34,6 +34,7 @@ matrix:
34
34
- &ubuntu
35
35
os : linux
36
36
sudo : false
37
+ dist : trusty
37
38
env :
38
39
- GCC=6
39
40
cache :
@@ -52,22 +53,24 @@ matrix:
52
53
- binutils
53
54
- cmake-data
54
55
- cmake
55
- # -
56
- # <<: *ubuntu
57
- # env:
58
- # - GCC=7
59
- # addons:
60
- # apt:
61
- # sources:
62
- # - ubuntu-toolchain-r-test
63
- # - george-edison55-precise-backports
64
- # packages:
65
- # - gcc-7
66
- # - gfortran-7
67
- # - g++-7
68
- # - binutils
69
- # - cmake-data
70
- # - cmake
56
+ # - shellcheck
57
+ -
58
+ << : *ubuntu
59
+ env :
60
+ - GCC=7
61
+ addons :
62
+ apt :
63
+ sources :
64
+ - ubuntu-toolchain-r-test
65
+ - george-edison55-precise-backports
66
+ packages :
67
+ - gcc-7
68
+ - gfortran-7
69
+ - g++-7
70
+ - binutils
71
+ - cmake-data
72
+ - cmake
73
+ # - shellcheck
71
74
-
72
75
<< : *ubuntu
73
76
env :
@@ -82,6 +85,7 @@ matrix:
82
85
- gcc-6
83
86
- gfortran-6
84
87
- g++-6
88
+ # - shellcheck
85
89
allow_failures :
86
90
- os : osx
87
91
env :
You can’t perform that action at this time.
0 commit comments