Skip to content

Commit 3e70ede

Browse files
committed
fix typo
1 parent c5649ce commit 3e70ede

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
@@ -50,7 +50,7 @@ before_install:
5050
before_script:
5151
- mkdir build
5252
- cd build
53-
- if [ "$CONFIG" != "Alternatives" ]; then cmake -DCMAKE_BUILD_TYPE=${CONFIG} .. ; else cmake -DCMAKE_BUILD_TYPE=Debug -DPMP_INDEXT_TYPE=64 -DPMP_SCALAR_TYPE=64 .. ; fi
53+
- if [ "$CONFIG" != "Alternatives" ]; then cmake -DCMAKE_BUILD_TYPE=${CONFIG} .. ; else cmake -DCMAKE_BUILD_TYPE=Debug -DPMP_INDEX_TYPE=64 -DPMP_SCALAR_TYPE=64 .. ; fi
5454

5555
script:
5656
- make -j 2

0 commit comments

Comments
 (0)