Skip to content

Commit 6efdac2

Browse files
committed
Travis: CMake 3.10.0+
1 parent b2b36af commit 6efdac2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,11 @@ install:
3636
mkdir -p $SPACK_ROOT &&
3737
git clone --depth 50 https://github.com/spack/spack.git $SPACK_ROOT &&
3838
echo -e "config:""\n build_jobs:"" 2" > $SPACK_ROOT/etc/spack/config.yaml;
39-
echo -e "packages:""\n cmake:"
40-
"\n paths:"
41-
"\n [email protected]$COMPILERSPEC arch=linux-ubuntu14.04-x86_64:"
42-
" $(dirname $(which cmake))"
43-
"\n buildable:"" False" > $SPACK_ROOT/etc/spack/packages.yaml;
4439
fi
4540
- spack compiler add
4641
- travis_wait spack install
47-
cmake@3.9.2
42+
cmake@3.10.0~openssl~ncurses
4843
$COMPILERSPEC
49-
# ~openssl~ncurses
5044
- travis_wait spack install
5145
[email protected]~date_time~graph~iostreams~locale~log~random~thread~timer~wave
5246
$COMPILERSPEC

0 commit comments

Comments
 (0)