Skip to content

Commit c9ba62a

Browse files
Update .travis.yml
A small typo was causing Travis not to run. This PR fixes it.
1 parent 4e40cbe commit c9ba62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ script:
5959
-DLAPACKE:BOOL=ON
6060
-DBUILD_TESTING=ON
6161
-DLAPACKE_WITH_TMG:BOOL=ON
62-
-DBUILD_SHARED_LIBS=BOOL:ON
62+
-DBUILD_SHARED_LIBS:BOOL=ON
6363
-DCMAKE_Fortran_FLAGS:STRING="-fimplicit-none -frecursive -fcheck=all"
6464
-DCMAKE_C_FLAGS=${CMAKE_C_FLAGS}
6565
${SRC_DIR}

0 commit comments

Comments
 (0)