Skip to content

Commit

Permalink
Pro image files based on travis-standard-pro
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 18, 2012
1 parent 73d20b6 commit 6a53b70
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/worker.jvm-pro.yml
@@ -0,0 +1,25 @@
base: http://files.travis-ci.org/boxes/bases/travis-standard-pro.box
json:
nodejs:
versions:
- 0.6.21
- 0.8.11
- 0.9.2
aliases:
0.6.21: 0.6
0.8.11: 0.8
0.9.2: 0.9
default: 0.6.21
recipes:
- haskell
- java::multi
- ant
- maven3
- leiningen
- sbt
- gradle::tarball
- kerl
- rebar
# Node.js is now co-hosted, too
- nodejs::multi
- sweeper
9 changes: 9 additions & 0 deletions config/worker.php-pro.yml
@@ -0,0 +1,9 @@
base: http://files.travis-ci.org/boxes/bases/travis-standard-pro.box
recipes:
- python::multi
- perlbrew::multi
- php::multi
- composer
- bazaar
- subversion
- sweeper
38 changes: 38 additions & 0 deletions config/worker.ruby-pro.yml
@@ -0,0 +1,38 @@
base: http://files.travis-ci.org/boxes/bases/travis-standard-pro.box
memory: 1536
json:
rvm:
default: 1.9.3
rubies:
- name: 1.8.7
- name: rbx-head
arguments: --branch 2.0.testing
using: 1.8.7
- name: rbx-head-d19
arguments: --branch 2.0.testing --19
using: 1.9.3
check_for: rbx-head-d19
- name: 1.8.7
- name: jruby
- name: jruby-d19
arguments: --19
check_for: jruby-d19
- name: ree
- name: 1.9.2
- name: ruby-head-s87450541b34ffae190ecee290a6fbe308b241b3a
- name: jruby-head
- name: 1.8.6
gems:
- bundler
- rake
aliases:
rbx: rbx-head
rbx-18mode: rbx-head
rbx-19mode: rbx-head-d19
jruby-18mode: jruby
jruby-19mode: jruby-d19
recipes:
- rvm
- rvm::multi
- java::multi
- sweeper

0 comments on commit 6a53b70

Please sign in to comment.