Fixed typo.

This commit is contained in:
hiker 2015-11-09 09:17:45 +11:00
parent a7547dff23
commit 4ea8bfd4ab

View File

@ -25,7 +25,7 @@ before_install:
before_script: before_script:
- export THREADS=`nproc` - export THREADS=`nproc`
# Unfortunately using all threads crashes g++: "g++: internal compiler error: Killed (program cc1plus)" # Unfortunately using all threads crashes g++: "g++: internal compiler error: Killed (program cc1plus)"
- exort THREADS=4 - export THREADS=4
- echo "THREADS = $THREADS" - echo "THREADS = $THREADS"
script: script: