source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/vagrant-spark-hdfs-cluster/modules/stdlib/.travis.yml@ 31019

Last change on this file since 31019 was 30903, checked in by davidb, 7 years ago

Vagrant provisioning files for a 4-node Hadoop cluster. See README.txt for more details

File size: 1.2 KB
Line 
1#This file is generated by ModuleSync, do not edit.
2---
3sudo: false
4language: ruby
5cache: bundler
6script: "bundle exec rake validate lint spec"
7matrix:
8 fast_finish: true
9 include:
10 - rvm: 2.3.1
11 dist: trusty
12 env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/ubuntu-14.04
13 script: bundle exec rake beaker
14 services: docker
15 sudo: required
16 - rvm: 2.3.1
17 dist: trusty
18 env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/centos-7
19 script: bundle exec rake beaker
20 services: docker
21 sudo: required
22 - rvm: 2.3.1
23 bundler_args: --without system_tests
24 env: PUPPET_GEM_VERSION="~> 4.0"
25 - rvm: 2.1.9
26 bundler_args: --without system_tests
27 env: PUPPET_GEM_VERSION="~> 4.0"
28 - rvm: 2.1.5
29 bundler_args: --without system_tests
30 env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
31 - rvm: 2.1.5
32 bundler_args: --without system_tests
33 env: PUPPET_GEM_VERSION="~> 3.7.0" FUTURE_PARSER="yes"
34 - rvm: 2.1.5
35 bundler_args: --without system_tests
36 env: PUPPET_GEM_VERSION="~> 3.0"
37 - rvm: 1.9.3
38 bundler_args: --without system_tests
39 env: PUPPET_GEM_VERSION="~> 3.0"
40notifications:
41 email: false
Note: See TracBrowser for help on using the repository browser.