Skip to content

Commit

Permalink
Fixing Travis test for MacOSX
Browse files Browse the repository at this point in the history
  • Loading branch information
ygorelik committed Dec 21, 2019
1 parent f3b8fd1 commit f1a087c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ matrix:
# dist: trusty
# group: edge
- os: osx
osx_image: xcode8.3
osx_image: xcode9.2
language: generic
go: 1.9
- os: osx
env: GNMI=true
osx_image: xcode8.3
osx_image: xcode9.2
language: generic
go: 1.9
# - env: DOCKER=true OS_TYPE=centos OS_VERSION=centos7 PYTHON_VERSION=2.7
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* YDK fails create bundle package when package name contains '.' ([#978](https://github.com/CiscoDevNet/ydk-gen/issues/978))
* python bundle generator must escape 'async' as variable name ([#980](https://github.com/CiscoDevNet/ydk-gen/issues/980))

#### Bundle improvements
* Updated cisco-ios-xe bundle to support Cisco IOS XE 16.9.3 due to bug in Python generated code

#### Documentation improvements
* Bundle profile description is not accurate ([#971](https://github.com/CiscoDevNet/ydk-gen/issues/971))

Expand Down
3 changes: 3 additions & 0 deletions sdk/python/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
#### Resolved GitHub issues
* python bundle generator must escape 'async' as variable name ([#980](https://github.com/CiscoDevNet/ydk-gen/issues/980))

#### Bundle improvements
* Updated cisco-ios-xe bundle to support Cisco IOS XE 16.9.3 due to bug in Python generated code


### 2019-10-15 version 0.8.4

Expand Down

0 comments on commit f1a087c

Please sign in to comment.