Skip to content

Commit

Permalink
chore(travis): use different base image - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Mar 31, 2021
1 parent 44416ef commit 59d4150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
- docker

install:
- sed -i -e 's|FROM archlinux/base|FROM actionless/pikaur|' Dockerfile
- docker image build ./ -t oomoxify

script:
- sed -i -e 's|FROM archlinux/base|FROM actionless/pikaur|' Dockerfile
- docker run --entrypoint ./shellcheck.sh oomoxify:latest

0 comments on commit 59d4150

Please sign in to comment.