Skip to content

Commit

Permalink
Switch travis to spec:ruby:fast.
Browse files Browse the repository at this point in the history
Unfortunately the many specs that re-spawn JRuby are now causing
the build to time out. We have work to do on speeding up boot time
for 9k, but right now we need to get green spec runs on travis.

We can also set up longer test runs on our Jenkins instance. That
may be more appropriate for the long-running suites.
headius committed Nov 3, 2014
1 parent 0d39c5a commit 6ea306f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ env:
- TARGET='-Prake -Dtask=spec:compiler'
- TARGET='-Prake -Dtask=spec:ffi'
- TARGET='-Prake -Dtask=spec:regression'
- TARGET='-Prake -Dtask=spec:ci_interpreted_travis'
- TARGET='-Prake -Dtask=spec:ruby:fast'
- TARGET='-Ptruffle-specs-language'
- TARGET='-Ptruffle-specs-core'

0 comments on commit 6ea306f

Please sign in to comment.