Skip to content

Commit 516b3ff

Browse files
author
Carlos Matos
committed
Updated centos6 to 8 since that's the only docker file in the directory now
1 parent 5036617 commit 516b3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ matrix:
2222
- docker build --no-cache --tag ssg_$BASE_IMAGE:latest -f Dockerfiles/$BASE_IMAGE .
2323
script:
2424
- docker run ssg_$BASE_IMAGE:latest
25-
- env: BASE_IMAGE="centos6"
25+
- env: BASE_IMAGE="centos8"
2626
before_install:
2727
- docker build --no-cache --tag ssg_$BASE_IMAGE:latest -f Dockerfiles/$BASE_IMAGE .
2828
script:

0 commit comments

Comments
 (0)