Skip to content

Commit bd7da3e

Browse files
committed
Try installing shellcheck & GCC 7 on Travis-CI
1 parent 190cb10 commit bd7da3e

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

.travis.yml

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
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

2121
matrix:
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:

0 commit comments

Comments
 (0)