Skip to content

Commit aa3f7da

Browse files
committed
back to putting the deploys in place
1 parent 35c0ebe commit aa3f7da

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

.travis.yml

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ env:
1515
- COMPONENT=hyper-trace LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1616
# - COMPONENT=rails-hyperstack LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1717
# - COMPONENT=hyperstack-config LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
18+
addons:
19+
apt:
20+
sources:
21+
- sourceline: 'deb http://dl.yarnpkg.com/debian/ stable main'
22+
key_url: 'http://dl.yarnpkg.com/debian/pubkey.gpg'
23+
- sourceline: 'deb http://dl.google.com/linux/chrome/deb/ stable main'
24+
key_url: 'https://dl-ssl.google.com/linux/linux_signing_key.pub'
25+
packages:
26+
- chromium-chromedriver
27+
- google-chrome-stable
28+
- yarn
29+
mariadb: '10.3'
1830
before_install:
1931
- echo installing $COMPONENT
2032
# yarn is in /usr/local/bin/yarn version 1.3.2 and is not a package
@@ -36,7 +48,7 @@ script:
3648
- echo running script $COMPONENT
3749
- if [[ "$LANGUAGE" == "ruby" ]]; then DRIVER=travis bundle exec rake; fi
3850
# _deploy_ruby_gem: &_deploy_ruby_gem
39-
# stage: deploy
51+
# stage: release gems
4052
# before_script:
4153
# - cd ruby/$COMPONENT
4254
# script:
@@ -49,28 +61,18 @@ script:
4961
# tags: true
5062
jobs:
5163
include:
52-
- stage: test
53-
addons:
54-
apt:
55-
sources:
56-
- sourceline: 'deb http://dl.yarnpkg.com/debian/ stable main'
57-
key_url: 'http://dl.yarnpkg.com/debian/pubkey.gpg'
58-
- sourceline: 'deb http://dl.google.com/linux/chrome/deb/ stable main'
59-
key_url: 'https://dl-ssl.google.com/linux/linux_signing_key.pub'
60-
packages:
61-
- chromium-chromedriver
62-
- google-chrome-stable
63-
- yarn
64-
mariadb: '10.3'
65-
- stage: release gems
66-
script:
67-
- echo deploying something
68-
# - <<: *_deploy_ruby_gem
69-
# env:
70-
# - COMPONENT=hyper-i18n
71-
# - <<: *_deploy_ruby_gem
72-
# env:
73-
# - COMPONENT=hyper-trace
64+
# - stage: release gems
65+
# script:
66+
# - echo deploying something
67+
- <<: *_deploy_ruby_gem
68+
env:
69+
- COMPONENT=hyper-i18n
70+
- <<: *_deploy_ruby_gem
71+
env:
72+
- COMPONENT=hyper-trace
73+
- <<: *_deploy_ruby_gem
74+
env:
75+
- COMPONENT=hyper-state
7476
# jobs:
7577
# include:
7678
# - stage: deploy

0 commit comments

Comments
 (0)