Skip to content

Commit fef4676

Browse files
committed
Update .travis.yml
1 parent b9ed7a8 commit fef4676

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44
#
55
# Copyright Rene Rivera 2015-2016.
6-
# Copyright Peter Dimov 2017.
6+
# Copyright Peter Dimov 2017-2021.
77

88
branches:
99
only:
@@ -78,7 +78,7 @@ matrix:
7878

7979
script:
8080
- mkdir __build && cd __build
81-
- cmake -DBOOST_ENABLE_CMAKE=ON -DBOOST_INSTALL_LAYOUT=tagged -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF ..
81+
- cmake -DBOOST_INSTALL_LAYOUT=tagged -DBUILD_SHARED_LIBS=ON ..
8282
- cmake --build .
8383

8484
# Install Boost with CMake
@@ -97,7 +97,7 @@ matrix:
9797

9898
script:
9999
- mkdir __build && cd __build
100-
- cmake -DBOOST_ENABLE_CMAKE=ON -DBOOST_INSTALL_LAYOUT=tagged -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=~/.local ..
100+
- cmake -DBOOST_INSTALL_LAYOUT=tagged -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=~/.local ..
101101
- cmake --build .
102102
- cmake --build . --target install
103103

@@ -123,7 +123,7 @@ matrix:
123123

124124
script:
125125
- mkdir __build && cd __build
126-
- cmake -DBOOST_ENABLE_CMAKE=ON -DBUILD_TESTING=ON ..
126+
- cmake -DBUILD_TESTING=ON ..
127127
- cmake --build . -j 3
128128
- cmake --build . --target tests -j 3 -- -k
129129
- ctest --output-on-failure -j 3 -R quick

0 commit comments

Comments
 (0)