Update .travis.yml
This commit is contained in:
parent
a0a6afe93b
commit
13d96108f5
|
|
@ -94,7 +94,7 @@ install:
|
||||||
# Create our container
|
# Create our container
|
||||||
- docker exec -t ubuntu-test-container bash -c "apt-get update -y &&
|
- docker exec -t ubuntu-test-container bash -c "apt-get update -y &&
|
||||||
apt-get --no-install-recommends install -y software-properties-common cmake
|
apt-get --no-install-recommends install -y software-properties-common cmake
|
||||||
ninja-build libboost-all-dev libev-dev libuv1-dev ninja-build openssl-dev $COMPILER_PACKAGE &&
|
ninja-build libboost-all-dev libev-dev libuv1-dev ninja-build openssl $COMPILER_PACKAGE &&
|
||||||
apt-get -y clean && rm -rf /var/lib/apt/lists/*"
|
apt-get -y clean && rm -rf /var/lib/apt/lists/*"
|
||||||
|
|
||||||
################
|
################
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue