Skip to content

Commit 4ea8bfd

Browse files
committed
Fixed typo.
1 parent a7547df commit 4ea8bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_install:
2525
before_script:
2626
- export THREADS=`nproc`
2727
# Unfortunately using all threads crashes g++: "g++: internal compiler error: Killed (program cc1plus)"
28-
- exort THREADS=4
28+
- export THREADS=4
2929
- echo "THREADS = $THREADS"
3030

3131
script:

0 commit comments

Comments
 (0)