Skip to content

Commit d953075

Browse files
author
Phil Rzewski
committed
Fix AWS hostname ref while we're at it to fix TravisCI failure
1 parent 2cf9558 commit d953075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ script:
1111
- examples/dashboard.py XXX
1212
- examples/create_dashboard.py XXX
1313
- examples/delete_dashboard.py XXX
14-
- examples/get_data_advanced.py XXX ip-10-0-1-213.ec2.internal
14+
- examples/get_data_advanced.py XXX ip-10-0-1-110.ec2.internal
1515
- examples/get_data_datasource.py XXX
1616
- examples/get_data_simple.py XXX
1717
- examples/list_alerts.py XXX
@@ -28,7 +28,7 @@ script:
2828
- examples/print_explore_grouping.py XXX
2929
- examples/print_user_info.py XXX
3030
- examples/list_sysdig_captures.py XXX
31-
- examples/create_sysdig_capture.py XXX ip-10-0-1-213.ec2.internal apicapture 10
31+
- examples/create_sysdig_capture.py XXX ip-10-0-1-110.ec2.internal apicapture 10
3232
- examples/notification_channels.py XXX
3333
- examples/user_team_mgmt.py XXX example-team [email protected]
3434
- echo "Testing pip version"

0 commit comments

Comments
 (0)