Skip to content

Commit

Permalink
Merge dd1acd2 into 128931b
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Jul 16, 2019
2 parents 128931b + dd1acd2 commit 8598b6f
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 200 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
- source temp-python/bin/activate
- "./generate.py source -sI"
- deactivate
- "node ./node_modules/protractor/bin/webdriver-manager update --gecko=false"
- "node ./node_modules/protractor/bin/webdriver-manager update --gecko=false --versions.chrome=$(google-chrome --version | cut -d ' ' -f 3)"
- grunt e2e-chrome
- name: 'End-to-end Tests: Chrome beta'
env: CV_BUILD=test CV_BROWSER=Chrome_travis CV_VERSION=beta
Expand All @@ -76,7 +76,7 @@ jobs:
- source temp-python/bin/activate
- "./generate.py build -sI"
- deactivate
- "node ./node_modules/protractor/bin/webdriver-manager update --gecko=false"
- "node ./node_modules/protractor/bin/webdriver-manager update --gecko=false --versions.chrome=$(google-chrome --version | cut -d ' ' -f 3)"
- sudo apt-get install python-lxml python3-lxml
- utils/travis/deploy.sh
- name: "[NIGHTLY] - Build and push Nightly Build"
Expand Down

0 comments on commit 8598b6f

Please sign in to comment.