mirror of
https://github.com/actix/examples
synced 2024-11-30 17:14:35 +01:00
Tweak CI config
This commit is contained in:
parent
6bfdec78af
commit
f624a3b011
17
.travis.yml
17
.travis.yml
@ -1,6 +1,12 @@
|
|||||||
language: rust
|
language: rust
|
||||||
sudo: false
|
dist: xenial
|
||||||
dist: trusty
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ppa:chris-lea/redis-server
|
||||||
|
packages:
|
||||||
|
- redis-server
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
@ -25,12 +31,11 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
# - RUSTFLAGS="-C link-dead-code"
|
# - RUSTFLAGS="-C link-dead-code"
|
||||||
- OPENSSL_VERSION=openssl-1.0.2
|
- OPENSSL_VERSION=openssl-1.1.1
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:0k53d-karl-f830m/openssl
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get -y install libssl-dev libelf-dev libdw-dev binutils-dev libiberty-dev
|
||||||
- sudo apt-get install -qq libssl-dev libelf-dev libdw-dev cmake gcc binutils-dev libiberty-dev
|
|
||||||
|
|
||||||
# Add clippy
|
# Add clippy
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user