We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a0636 commit c5e6519Copy full SHA for c5e6519
1 file changed
.travis.yml
@@ -17,12 +17,11 @@ env:
17
- TEST_TARGET=server # Test timeside.server
18
19
20
-# command to prepare the system to install prerequisites or dependencies
21
-#before_install:
22
-# - sudo pip install docker-compose
23
-
24
# Install TimeSide
25
install:
+ - sudo apt-get install -y linux-image-virtual kernel linux-image-extra-virtual
+ - curl -sSL https://get.docker.com/ | sudo sh
+ - sudo pip install docker-compose
26
#- pip install --upgrade pip
27
#- pip install -r requirements.txt
28
- docker-compose -f docker-compose.yml -f conf/build.yml build
0 commit comments