You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* LOCALIZATION-1037: Upgrading packages
* LOCALIZATION-1037: Checking elasticsearch status
LOCALIZATION-1037: Enabling elasticsearch in travisCI
LOCALIZATION-1037: Including importlib-metadata package for travisCI
LOCALIZATION-1037: Removing comment to include importlib-metadata package for travisCI
LOCALIZATION-1037: Removing comment to include importlib-metadata package for travisCI
LOCALIZATION-1037: Removing comment to include importlib-metadata package for travisCI
LOCALIZATION-1037: Removing comment to include importlib-metadata package for travisCI
LOCALIZATION-1037: Testing library to run travisci
LOCALIZATION-1037: Upgrading black library to run lint
LOCALIZATION-1037: Downgrading black and click libraries
LOCALIZATION-1037: Upgrading versions
LOCALIZATION-1037: Testing node version
LOCALIZATION-1037: Testing node version
Copy file name to clipboardExpand all lines: .travis.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ jobs:
9
9
cache:
10
10
pip: true
11
11
install:
12
+
- pip install -U importlib_metadata
12
13
- pip install -r requirements/travis.txt
14
+
- nvm install 12
13
15
script:
14
16
# Python code linting
15
17
- make lint-python
@@ -37,8 +39,9 @@ jobs:
37
39
- sudo sed -i.old 's/-Xmx1g/-Xmx128m/' /etc/elasticsearch/jvm.options
38
40
- echo -e '-XX:+DisableExplicitGC\n-Djdk.io.permissionsUseCanonicalPath=true\n-Dlog4j.skipJansi=true\n-server\n' | sudo tee -a /etc/elasticsearch/jvm.options
0 commit comments