.travis.yml: The travisci macOS machines are slower, so only test half of the core-vocabs randomly on macOS.
parent
0b0ead5135
commit
7df8e8b1a9
|
@ -65,4 +65,4 @@ script:
|
||||||
- './factor -run=zealot.cli-changed-vocabs'
|
- './factor -run=zealot.cli-changed-vocabs'
|
||||||
- './factor -run=tools.test `./factor -run=zealot.cli-changed-vocabs | paste -s -d " " -`'
|
- './factor -run=tools.test `./factor -run=zealot.cli-changed-vocabs | paste -s -d " " -`'
|
||||||
- './factor -run=help.lint `./factor -run=zealot.cli-changed-vocabs | paste -s -d " " -`'
|
- './factor -run=help.lint `./factor -run=zealot.cli-changed-vocabs | paste -s -d " " -`'
|
||||||
- "./factor -e='USING: modern.paths tools.test sequences ; core-vocabs [ test ] each'"
|
- "./factor -e='USING: modern.paths tools.test sequences system kernel math random ; core-vocabs os macosx? [ dup length 2/ sample ] when [ test ] each'"
|
||||||
|
|
Loading…
Reference in New Issue