File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ sudo : required
2
+
1
3
os :
2
4
- linux
3
5
4
6
language : node_js
5
7
6
8
node_js :
9
+ - ' 10'
7
10
- ' 8'
8
11
9
- script : npm run test -- --runInBand
12
+ before_install : # if "install" is overridden
13
+ # Repo for Yarn
14
+ - sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg
15
+ - echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
16
+ - sudo apt-get update -qq
17
+ - sudo apt-get install -y -qq yarn
18
+ - yarn global add greenkeeper-lockfile@1
19
+
20
+ script : yarn test --runInBand
10
21
11
22
branches :
12
23
only :
@@ -26,3 +37,5 @@ before_script:
26
37
- " export DISPLAY=:99.0"
27
38
- " sh -e /etc/init.d/xvfb start"
28
39
- sleep 3 # give xvfb some time to start
40
+ - greenkeeper-lockfile-update
41
+ after_script : greenkeeper-lockfile-upload
You can’t perform that action at this time.
0 commit comments