Skip to content

Commit

Permalink
Fix AWS hostname ref while we're at it to fix TravisCI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Rzewski committed Jan 27, 2017
1 parent 2cf9558 commit d953075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
- examples/dashboard.py XXX
- examples/create_dashboard.py XXX
- examples/delete_dashboard.py XXX
- examples/get_data_advanced.py XXX ip-10-0-1-213.ec2.internal
- examples/get_data_advanced.py XXX ip-10-0-1-110.ec2.internal
- examples/get_data_datasource.py XXX
- examples/get_data_simple.py XXX
- examples/list_alerts.py XXX
Expand All @@ -28,7 +28,7 @@ script:
- examples/print_explore_grouping.py XXX
- examples/print_user_info.py XXX
- examples/list_sysdig_captures.py XXX
- examples/create_sysdig_capture.py XXX ip-10-0-1-213.ec2.internal apicapture 10
- examples/create_sysdig_capture.py XXX ip-10-0-1-110.ec2.internal apicapture 10
- examples/notification_channels.py XXX
- examples/user_team_mgmt.py XXX example-team [email protected]
- echo "Testing pip version"
Expand Down

0 comments on commit d953075

Please sign in to comment.