File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 11language : bash
2+ cache :
3+ bundler : true
4+ directories :
5+ - 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'
218env :
319 - COMPONENT=hyper-component LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
420 # - COMPONENT=hyper-console LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
1531jobs :
1632 include :
1733 - stage : test
18- cache :
19- bundler : true
20- directories :
21- - node_modules # NPM packages
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 - echo installing $COMPONENT
3636 # yarn is in /usr/local/bin/yarn version 1.3.2 and is not a package
You can’t perform that action at this time.
0 commit comments