1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 23:48:12 +00:00

build: use trusty in travis

This commit is contained in:
Pavol Rusnak 2017-04-02 00:01:07 +02:00
parent 6d236cf5a1
commit a46c372969
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,13 +1,12 @@
sudo: false
dist: trusty
language: c
addons:
apt:
sources:
- george-edison55-precise-backports # CMake 3.x
packages:
- check
- cmake # Travis CI comes with CMake 2.8.7, we need CMake 2.8.11
- cmake
- cmake-data
- libssl-dev
- python-pip