Skip to content

Commit

Permalink
Fix the travis build
Browse files Browse the repository at this point in the history
Fixes #100
  • Loading branch information
ale-rt authored and Rotonen committed May 21, 2019
1 parent 27bc109 commit 1af87fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
dist: xenial
language: python
python: 2.7
sudo: false
addons:
sauce_connect:
username: $SAUCE_USERNAME
access_key: $SAUCE_ACCESS_KEY
sauce_connect: true
cache:
pip: true
directories:
Expand All @@ -19,6 +18,7 @@ env:
- ARTIFACTS_S3_BUCKET=plone.app.robotframework
- ROBOT_BUILD_NUMBER=travis-$TRAVIS_BUILD_NUMBER
- ROBOT_REMOTE_URL=http://$SAUCE_USERNAME:[email protected]:80/wd/hub
- ZSERVER_PORT=55001
matrix:
- ROBOT_BROWSER=firefox ROBOT_DESIRED_CAPABILITIES=tunnel-identifier:$TRAVIS_JOB_NUMBER
- ROBOT_BROWSER=chrome ROBOT_DESIRED_CAPABILITIES=tunnel-identifier:$TRAVIS_JOB_NUMBER
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Bug fixes:
- Stabilize tests by defaulting to a browser window size of 4K x 4K.
[Rotonen]

- Fix the travis build which is broken since we are picking a random port
(fixes #100)
[ale-rt]

1.3.1 (2018-10-31)
------------------
Expand Down

0 comments on commit 1af87fb

Please sign in to comment.