Skip to content

Commit

Permalink
Travis CI: parallelise Red and Red/System tests
Browse files Browse the repository at this point in the history
  • Loading branch information
earl committed Jan 31, 2015
1 parent cb34583 commit e18b61b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -14,6 +14,12 @@ notifications:
# to C disables Travis CI's Ruby-specific defaults.
language: c

# We run the Red and Red/System test suites separately, to don't run against
# Travis CI's current 50 minute execution time limitation.
env:
- TEST_SUITE=tests
- TEST_SUITE=system/tests

before_install:
- sudo apt-get update

Expand All @@ -27,4 +33,4 @@ install:
- sudo mv /tmp/releases/rebol-core/rebol /usr/local/bin/rebol2

script:
- rebol2 -qws run-all.r --batch
- rebol2 -qws ${TEST_SUITE}/run-all.r --batch

0 comments on commit e18b61b

Please sign in to comment.