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 1
1
language : 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'
2
18
env :
3
19
- COMPONENT=hyper-component LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
4
20
# - COMPONENT=hyper-console LANGUAGE=ruby LANGUAGE_VERSION=2.5.1
15
31
jobs :
16
32
include :
17
33
- 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'
34
34
before_install :
35
35
- echo installing $COMPONENT
36
36
# 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