Skip to content

Commit

Permalink
added promise back in to hyperstack-config now playing with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
catmando committed May 4, 2023
1 parent 09df6fa commit 958691c
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 103 deletions.
204 changes: 102 additions & 102 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,105 +126,105 @@ _deploy_gem: &_deploy_gem
jobs:
include:
- <<: *_test_gem
env: COMPONENT=rails-hyperstack RUBY_VERSION=2.5.1
- <<: *_test_gem
env: COMPONENT=hyper-spec RUBY_VERSION=2.5.1
- <<: *_test_gem
env: COMPONENT=hyper-trace RUBY_VERSION=2.5.1
- <<: *_test_gem
env: COMPONENT=hyperstack-config RUBY_VERSION=2.5.1
- <<: *_test_gem
env: COMPONENT=hyper-state RUBY_VERSION=2.5.1
- <<: *_test_gem
env: COMPONENT=hyper-component RUBY_VERSION=2.5.1
- <<: *_test_gem
env: COMPONENT=hyper-router RUBY_VERSION=2.5.1
- <<: *_test_gem
env: COMPONENT=hyper-store RUBY_VERSION=2.5.1
- <<: *_test_gem
env: COMPONENT=hyper-operation RUBY_VERSION=2.5.1
- <<: *_test_gem_pg
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 TASK=part1 DB=hyper_mesh_test_db
- <<: *_test_gem_pg
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 TASK=part2 DB=hyper_mesh_test_db
- <<: *_test_gem_pg
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 TASK=part3 DB=hyper_mesh_test_db
- <<: *_test_gem
env: COMPONENT=hyper-i18n RUBY_VERSION=2.5.1

- <<: *_test_gem
env: COMPONENT=rails-hyperstack RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-spec RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-trace RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyperstack-config RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-state RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-component RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-router RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-store RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-operation RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
- <<: *_test_gem_pg
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0' TASK=part1 DB=hyper_mesh_test_db
- <<: *_test_gem_pg
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0' TASK=part2 DB=hyper_mesh_test_db
- <<: *_test_gem_pg
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0' TASK=part3 DB=hyper_mesh_test_db
- <<: *_test_gem
env: COMPONENT=hyper-i18n RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'

- <<: *_test_gem
env: COMPONENT=rails-hyperstack RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-spec RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-trace RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyperstack-config RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-state RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-component RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-router RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-store RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
- <<: *_test_gem
env: COMPONENT=hyper-operation RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
- <<: *_test_gem_pg
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0' TASK=part1 DB=hyper_mesh_test_db
- <<: *_test_gem_pg
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0' TASK=part2 DB=hyper_mesh_test_db
- <<: *_test_gem_pg
env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0' TASK=part3 DB=hyper_mesh_test_db
- <<: *_test_gem
env: COMPONENT=hyper-i18n RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'

- <<: *_deploy_gem
env: COMPONENT=hyper-i18n
- <<: *_deploy_gem
env: COMPONENT=hyper-trace
- <<: *_deploy_gem
env: COMPONENT=hyper-state
- <<: *_deploy_gem
env: COMPONENT=hyper-component
- <<: *_deploy_gem
env: COMPONENT=hyper-model
- <<: *_deploy_gem
env: COMPONENT=hyper-operation
- <<: *_deploy_gem
env: COMPONENT=hyper-router
- <<: *_deploy_gem
env: COMPONENT=hyper-spec
- <<: *_deploy_gem
env: COMPONENT=hyper-store
- <<: *_deploy_gem
env: COMPONENT=rails-hyperstack
- <<: *_deploy_gem
env: COMPONENT=hyperstack-config
env: DISABLE_SPRING=true COMPONENT=rails-hyperstack RUBY_VERSION=2.5.1
# - <<: *_test_gem
# env: COMPONENT=hyper-spec RUBY_VERSION=2.5.1
# - <<: *_test_gem
# env: COMPONENT=hyper-trace RUBY_VERSION=2.5.1
# - <<: *_test_gem
# env: COMPONENT=hyperstack-config RUBY_VERSION=2.5.1
# - <<: *_test_gem
# env: COMPONENT=hyper-state RUBY_VERSION=2.5.1
# - <<: *_test_gem
# env: COMPONENT=hyper-component RUBY_VERSION=2.5.1
# - <<: *_test_gem
# env: COMPONENT=hyper-router RUBY_VERSION=2.5.1
# - <<: *_test_gem
# env: COMPONENT=hyper-store RUBY_VERSION=2.5.1
# - <<: *_test_gem
# env: COMPONENT=hyper-operation RUBY_VERSION=2.5.1
# - <<: *_test_gem_pg
# env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 TASK=part1 DB=hyper_mesh_test_db
# - <<: *_test_gem_pg
# env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 TASK=part2 DB=hyper_mesh_test_db
# - <<: *_test_gem_pg
# env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 TASK=part3 DB=hyper_mesh_test_db
# - <<: *_test_gem
# env: COMPONENT=hyper-i18n RUBY_VERSION=2.5.1

# - <<: *_test_gem
# env: COMPONENT=rails-hyperstack RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-spec RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-trace RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyperstack-config RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-state RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-component RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-router RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-store RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-operation RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'
# - <<: *_test_gem_pg
# env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0' TASK=part1 DB=hyper_mesh_test_db
# - <<: *_test_gem_pg
# env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0' TASK=part2 DB=hyper_mesh_test_db
# - <<: *_test_gem_pg
# env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0' TASK=part3 DB=hyper_mesh_test_db
# - <<: *_test_gem
# env: COMPONENT=hyper-i18n RUBY_VERSION=2.5.1 OPAL_VERSION='~>0.11' RAILS_VERSION='~>5.0'

# - <<: *_test_gem
# env: COMPONENT=rails-hyperstack RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-spec RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-trace RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyperstack-config RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-state RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-component RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-router RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-store RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
# - <<: *_test_gem
# env: COMPONENT=hyper-operation RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'
# - <<: *_test_gem_pg
# env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0' TASK=part1 DB=hyper_mesh_test_db
# - <<: *_test_gem_pg
# env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0' TASK=part2 DB=hyper_mesh_test_db
# - <<: *_test_gem_pg
# env: COMPONENT=hyper-model RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0' TASK=part3 DB=hyper_mesh_test_db
# - <<: *_test_gem
# env: COMPONENT=hyper-i18n RUBY_VERSION=2.5.1 RAILS_VERSION='~>5.0'

# - <<: *_deploy_gem
# env: COMPONENT=hyper-i18n
# - <<: *_deploy_gem
# env: COMPONENT=hyper-trace
# - <<: *_deploy_gem
# env: COMPONENT=hyper-state
# - <<: *_deploy_gem
# env: COMPONENT=hyper-component
# - <<: *_deploy_gem
# env: COMPONENT=hyper-model
# - <<: *_deploy_gem
# env: COMPONENT=hyper-operation
# - <<: *_deploy_gem
# env: COMPONENT=hyper-router
# - <<: *_deploy_gem
# env: COMPONENT=hyper-spec
# - <<: *_deploy_gem
# env: COMPONENT=hyper-store
# - <<: *_deploy_gem
# env: COMPONENT=rails-hyperstack
# - <<: *_deploy_gem
# env: COMPONENT=hyperstack-config
2 changes: 1 addition & 1 deletion ruby/hyperstack-config/lib/hyperstack-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def self.naming_convention
require 'hyperstack/active_support_string_inquirer.rb'
require 'hyperstack_env'
require 'hyperstack/hotloader/stub'
require 'promise'
# uncommenting these lines breaks prerendering
# require 'promise'
# require 'opal-browser'
else
require 'opal'
Expand Down

0 comments on commit 958691c

Please sign in to comment.