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

Commit d92e532

Browse files
committed
use grafana 5.1.0 for spec tests
1 parent 1dfa6c8 commit d92e532

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
@@ -14,15 +14,15 @@ rvm:
1414
before_install:
1515
- gem install bundler
1616
- gem update bundler
17-
- docker pull bodsch/docker-grafana:5.0.4
17+
- docker pull bodsch/docker-grafana:5.1.0
1818
- |
1919
docker run \
2020
--rm \
2121
--detach \
2222
--publish=3030:3000 \
2323
--env URL_PATH=/ \
2424
--hostname=grafana \
25-
bodsch/docker-grafana:5.0.4
25+
bodsch/docker-grafana:5.1.0
2626
- docker ps
2727
- sleep 20s
2828

0 commit comments

Comments
 (0)