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 1515 - MPICH_BOT_URL_TAIL="mpich-3.2_3.yosemite.bottle.1.tar.gz"
1616 - BUILD_TYPES="Release Debug RelWithDebInfo CodeCoverage"
1717 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 "
2020
2121matrix :
2222 fast_finish : true
@@ -34,6 +34,7 @@ matrix:
3434 - &ubuntu
3535 os : linux
3636 sudo : false
37+ dist : trusty
3738 env :
3839 - GCC=6
3940 cache :
@@ -52,22 +53,24 @@ matrix:
5253 - binutils
5354 - cmake-data
5455 - 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
7174 -
7275 << : *ubuntu
7376 env :
@@ -82,6 +85,7 @@ matrix:
8285 - gcc-6
8386 - gfortran-6
8487 - g++-6
88+ # - shellcheck
8589 allow_failures :
8690 - os : osx
8791 env :
You can’t perform that action at this time.
0 commit comments