File tree Expand file tree Collapse file tree 1 file changed +26
-20
lines changed Expand file tree Collapse file tree 1 file changed +26
-20
lines changed Original file line number Diff line number Diff line change 1
- language : node_js
2
-
3
- dist : trusty
4
-
5
- node_js :
6
- - " node"
7
- - " lts/*"
8
-
1
+ dist : xenial
9
2
services :
10
3
- postgresql
11
-
12
4
addons :
13
5
postgresql : 9.6
14
6
15
- env :
16
- - NODE_ENV=tests
7
+ matrix :
8
+ include :
9
+ - language : node_js
10
+ node_js :
11
+ - " node"
12
+ - " lts/*"
13
+ env :
14
+ - NODE_ENV=tests
15
+ install :
16
+ - npm install
17
+ before_script :
18
+ - cp .env-dist .env
19
+ - createdb test-blurts
20
+ - npm install npm@latest -g
21
+
22
+ - language : python
23
+ install :
24
+ - sudo pip install compare-locales
25
+ script :
26
+ - compare-locales --validate l10n.toml .
27
+ - compare-locales l10n.toml . `ls locales`
28
+
29
+
30
+
31
+
17
32
18
- install :
19
- - sudo pip install compare-locales
20
- - npm install
21
33
22
- before_script :
23
- - compare-locales --validate l10n.toml .
24
- - compare-locales l10n.toml . `ls locales`
25
- - cp .env-dist .env
26
- - createdb test-blurts
27
- - npm install npm@latest -g
You can’t perform that action at this time.
0 commit comments