mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
15 lines
230 B
YAML
15 lines
230 B
YAML
#
|
|
# Travis CI recipe to build docker image.
|
|
#
|
|
|
|
sudo: required
|
|
|
|
language: generic
|
|
|
|
services:
|
|
- docker
|
|
|
|
script:
|
|
- echo "Starting build of Docker image..."
|
|
- docker build --no-cache --pull -t $TRAVIS_REPO_SLUG:$TRAVIS_JOB_ID .
|