.travis.yml: The travisci macOS machines are slower, so only test half of the core-vocabs randomly on macOS.

vm-warnings
Doug Coleman 2018-07-07 13:50:26 -05:00
parent 0b0ead5135
commit 7df8e8b1a9
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ script:
- './factor -run=zealot.cli-changed-vocabs'
- './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 -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'"