Skip to content
This repository was archived by the owner on Aug 13, 2020. It is now read-only.

Commit 003060f

Browse files
committed
Fix grafana version to get rid of the security warning
1 parent f26609c commit 003060f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- '2.6'
3+
- '2.7'
44
stages:
55
- linter
66
- test-basic-auth

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ansible==2.5
1+
ansible==2.6
22
pycodestyle==2.3.1

0 commit comments

Comments
 (0)