File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 33 bundler : true
44 directories :
55 - node_modules # NPM packages
6- addons :
7- apt :
8- sources :
9- - sourceline : ' deb http://dl.yarnpkg.com/debian/ stable main'
10- key_url : ' http://dl.yarnpkg.com/debian/pubkey.gpg'
11- - sourceline : ' deb http://dl.google.com/linux/chrome/deb/ stable main'
12- key_url : ' https://dl-ssl.google.com/linux/linux_signing_key.pub'
13- packages :
14- - chromium-chromedriver
15- - google-chrome-stable
16- - yarn
17- mariadb : ' 10.3'
186env :
197 # - COMPONENT=hyper-component LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
208 # #- COMPONENT=hyper-console LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
2917 # - COMPONENT=rails-hyperstack LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
3018 # - COMPONENT=hyperstack-config LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
3119jobs :
32- include :
20+ include :
3321 - stage : test
22+ addons :
23+ apt :
24+ sources :
25+ - sourceline : ' deb http://dl.yarnpkg.com/debian/ stable main'
26+ key_url : ' http://dl.yarnpkg.com/debian/pubkey.gpg'
27+ - sourceline : ' deb http://dl.google.com/linux/chrome/deb/ stable main'
28+ key_url : ' https://dl-ssl.google.com/linux/linux_signing_key.pub'
29+ packages :
30+ - chromium-chromedriver
31+ - google-chrome-stable
32+ - yarn
33+ mariadb : ' 10.3'
3434 before_install :
3535 # yarn is in /usr/local/bin/yarn version 1.3.2 and is not a package
3636 # must remove this zombie for new yarn to work
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ require 'hyper_trace/version'
55
66Gem ::Specification . new do |spec |
77 spec . name = "hyper-trace"
8- spec . version = HyperTrace ::VERSION
8+ spec . version = '0.0.1.abogus1' # HyperTrace::VERSION
99 spec . authors = [ "catmando" ]
1010 spec . email = [ "mitch@catprint.com" ]
1111
You can’t perform that action at this time.
0 commit comments