.travis.yml: Test all of core/ on each PR since it doesn't take that long.

Related to #1760.
elevate-erg
Doug Coleman 2018-07-05 00:34:16 -05:00
parent 682e0b92e3
commit 4d3430c8cc
1 changed files with 1 additions and 0 deletions

View File

@ -50,3 +50,4 @@ script:
- "./factor -e='USING: memory vocabs.hierarchy ; \"zealot\" load save'"
- ./factor -run=zealot.cli-changed-vocabs
- ./factor -run=zealot.cli-test-changed-vocabs
- "./factor -e='USING: modern.paths tools.test sequences ; core-vocabs [ test ] each'"