Skip to content

Commit 7da5628

Browse files
author
Justin Wetherell
committed
Parallelizing the build
1 parent ac5f4d8 commit 7da5628

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.travis.yml

+11-10
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ jdk:
1616
- openjdk7
1717
- openjdk6
1818

19-
env:
20-
- TEST_SUITE=run_tests
21-
- TEST_SUITE=mathematics
22-
- TEST_SUITE=numbers
23-
- TEST_SUITE=search
24-
- TEST_SUITE=sequences
25-
- TEST_SUITE=strings
26-
- TEST_SUITE=data_structures
27-
- TEST_SUITE=sorts
28-
2919
script: "bundle exec rake test:$TEST_SUITE"
3020

21+
env:
22+
matrix:
23+
- TEST_SUITE=run_tests
24+
- TEST_SUITE=mathematics
25+
- TEST_SUITE=numbers
26+
- TEST_SUITE=search
27+
- TEST_SUITE=sequences
28+
- TEST_SUITE=strings
29+
- TEST_SUITE=data_structures
30+
- TEST_SUITE=sorts
31+

0 commit comments

Comments
 (0)