Skip to content

Commit c5e6519

Browse files
committed
Update and manually instal docker in Travis
1 parent d0a0636 commit c5e6519

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ env:
1717
- TEST_TARGET=server # Test timeside.server
1818

1919

20-
# command to prepare the system to install prerequisites or dependencies
21-
#before_install:
22-
# - sudo pip install docker-compose
23-
2420
# Install TimeSide
2521
install:
22+
- sudo apt-get install -y linux-image-virtual kernel linux-image-extra-virtual
23+
- curl -sSL https://get.docker.com/ | sudo sh
24+
- sudo pip install docker-compose
2625
#- pip install --upgrade pip
2726
#- pip install -r requirements.txt
2827
- docker-compose -f docker-compose.yml -f conf/build.yml build

0 commit comments

Comments
 (0)