summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-28 07:02:59 +0100
committerstartxfr <clarue@startx.fr>2015-11-28 07:02:59 +0100
commit0344ff7da214b6ecfa6e738c0e9d5c5b9c9fcd46 (patch)
tree37b2d461bf81d67e23e816bad7afb98870d29b52 /.travis.yml
parentd0769d612e8926ba7797fb6d1c9eff8cbae62bb8 (diff)
downloadphpmyadmin-0344ff7da214b6ecfa6e738c0e9d5c5b9c9fcd46.tar.gz
phpmyadmin-0344ff7da214b6ecfa6e738c0e9d5c5b9c9fcd46.tar.bz2
phpmyadmin-0344ff7da214b6ecfa6e738c0e9d5c5b9c9fcd46.tar.xz
phpmyadmin-0344ff7da214b6ecfa6e738c0e9d5c5b9c9fcd46.zip
adding travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 7 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 734d549..f23f5a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,15 +6,13 @@ services:
- docker
before_install:
-- docker pull startx/fedora
-- docker run -it --name="fedora" startx/fedora
-- mkdir startx-docker-images;
-- cd startx-docker-images;
-- git clone https://github.com/startxfr/docker-images.git .
-- docker build -t fedora OS/
-- docker run -it --name="fedora" fedora bash
-- docker-compose up -d
-- docker-compose logs
+- sudo mkdir startx-docker-images;
+- sudo cd startx-docker-images;
+- sudo git clone https://github.com/startxfr/docker-images.git .
+- sudo docker build -t fedora OS/
+- sudo docker run -it --name="fedora" fedora bash
+- sudo docker-compose up -d
+- sudo docker-compose logs
# command to install dependencies
#install: "pip install -r requirements.txt"